Os Image Profile Response
data class OsImageProfileResponse(val offer: String? = null, val publisher: String? = null, val sku: String? = null, val version: String? = null)
OS image profile
Constructors
Link copied to clipboard
fun OsImageProfileResponse(offer: String? = null, publisher: String? = null, sku: String? = null, version: String? = null)