ImagePurchasePlanResponse

data class ImagePurchasePlanResponse(val name: String? = null, val product: String? = null, val publisher: String? = null)

Describes the gallery image definition purchase plan. This is used by marketplace images.

Constructors

Link copied to clipboard
constructor(name: String? = null, product: String? = null, publisher: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The plan ID.

Link copied to clipboard
val product: String? = null

The product ID.

Link copied to clipboard
val publisher: String? = null

The publisher ID.