dk.sdu.cloud.app.orchestrator.api.LicenseUpdate

UCloud Developer Guide / Orchestration of Resources / Compute / Software Licenses

LicenseUpdate

data class LicenseUpdate(
    val timestamp: Long?,
    val state: LicenseState?,
    val status: String?,
    val binding: JobBinding?,
)
Properties

Last updated