LicenseUpdate
¶
data class LicenseUpdate(
val timestamp: Long?,
val state: LicenseState?,
val status: String?,
val binding: JobBinding?,
)
Properties
timestamp
: Long?
A timestamp for when this update was registered by UCloud
Long?
state
: LicenseState?
The new state that the `License` transitioned to (if any)
LicenseState?
status
: String?
A new status message for the `License` (if any)
String?
binding
: JobBinding?
JobBinding?