CustomImagePropertiesFromPlanResponse

data class CustomImagePropertiesFromPlanResponse(val id: String? = null, val offer: String? = null, val publisher: String? = null)

Properties for plan on a custom image.

Constructors

Link copied to clipboard
constructor(id: String? = null, offer: String? = null, publisher: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The id of the plan, equivalent to name of the plan

Link copied to clipboard
val offer: String? = null

The offer for the plan from the marketplace image the custom image is derived from

Link copied to clipboard
val publisher: String? = null

The publisher for the plan from the marketplace image the custom image is derived from