GalleryApplicationVersionManageAction

data class GalleryApplicationVersionManageAction(val install: String, val remove: String, val update: String? = null)

Constructors

Link copied to clipboard
constructor(install: String, remove: String, update: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The command to install the Gallery Application. Changing this forces a new resource to be created.

Link copied to clipboard

The command to remove the Gallery Application. Changing this forces a new resource to be created.

Link copied to clipboard
val update: String? = null

The command to update the Gallery Application. Changing this forces a new resource to be created.