GalleryImageIdentifierResponse

data class GalleryImageIdentifierResponse(val offer: String, val publisher: String, val sku: String)

This is the gallery image definition identifier.

Constructors

Link copied to clipboard
constructor(offer: String, publisher: String, sku: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the gallery image definition offer.

Link copied to clipboard

The name of the gallery image definition publisher.

Link copied to clipboard
val sku: String

The name of the gallery image definition SKU.