SharedImagePurchasePlan

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Purchase Plan Name for this Shared Image. Changing this forces a new resource to be created.

Link copied to clipboard
val product: String? = null

The Purchase Plan Product for this Gallery Image. Changing this forces a new resource to be created.

Link copied to clipboard
val publisher: String? = null

The Purchase Plan Publisher for this Gallery Image. Changing this forces a new resource to be created.