Software Assurance Properties Response
data class SoftwareAssurancePropertiesResponse(val lastUpdated: String, val softwareAssuranceIntent: String? = null, val softwareAssuranceStatus: String? = null)
Software Assurance properties of the cluster.
Constructors
Link copied to clipboard
fun SoftwareAssurancePropertiesResponse(lastUpdated: String, softwareAssuranceIntent: String? = null, softwareAssuranceStatus: String? = null)