org.octopusden.octopus.infrastructure.sonarqubeclient.dto.SonarQubePaging.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonarqube-client Show documentation
Show all versions of sonarqube-client Show documentation
Octopus module: sonarqube-client
package org.octopusden.octopus.infrastructure.sonarqubeclient.dto
data class SonarQubePaging(
val pageIndex: Int,
val pageSize: Int,
val total: Int
)