DistributeVersionerLatestResponse

data class DistributeVersionerLatestResponse(val major: Int? = null, val scheme: String)

Generates version number that will be latest based on existing version numbers.

Constructors

Link copied to clipboard
constructor(major: Int? = null, scheme: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val major: Int? = null

Major version for the generated version number. Determine what is "latest" based on versions with this value as the major version. -1 is equivalent to leaving it unset.

Link copied to clipboard

Version numbering scheme to be used. Expected value is 'Latest'.