LicenseUpdate

API: Stable

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
state: LicenseState? The new state that the `License` transitioned to (if any)
status: String? A new status message for the `License` (if any)
binding: JobBinding?