GetReceivedLicenseValidity

data class GetReceivedLicenseValidity(val begin: String, val end: String)

Constructors

Link copied to clipboard
constructor(begin: String, end: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Start of the validity time range.

Link copied to clipboard
val end: String

End of the validity time range.