PlatformImagePurchasePlanResponse

data class PlatformImagePurchasePlanResponse(val planName: String, val planProduct: String, val planPublisher: String)

Purchase plan configuration for platform image.

Constructors

Link copied to clipboard
constructor(planName: String, planProduct: String, planPublisher: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the purchase plan.

Link copied to clipboard

Product of the purchase plan.

Link copied to clipboard

Publisher of the purchase plan.