GalleryImageFeatureResponse

data class GalleryImageFeatureResponse(val name: String? = null, val startsAtVersion: String? = null, val value: String? = null)

A feature for gallery image.

Constructors

Link copied to clipboard
constructor(name: String? = null, startsAtVersion: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the gallery image feature.

Link copied to clipboard
val startsAtVersion: String? = null

The minimum gallery image version which supports this feature.

Link copied to clipboard
val value: String? = null

The value of the gallery image feature.