GalleryAppDefinitionResponse

data class GalleryAppDefinitionResponse(val isConsented: Boolean? = null, val skuId: String)

Properties of the definition of a gallery application used in Test Base package.

Constructors

Link copied to clipboard
constructor(isConsented: Boolean? = null, skuId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isConsented: Boolean? = null

Whether the disclaimer of the gallery application is accepted.

Link copied to clipboard

The SKU id of the gallery application.