Image Purchase Plan Response
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
fun ImagePurchasePlanResponse(name: String? = null, product: String? = null, publisher: String? = null)