UserProfileUserSettingsKernelGatewayAppSettingsCustomImage

data class UserProfileUserSettingsKernelGatewayAppSettingsCustomImage(val appImageConfigName: String, val imageName: String, val imageVersionNumber: Int? = null)

Constructors

constructor(appImageConfigName: String, imageName: String, imageVersionNumber: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the App Image Config.

Link copied to clipboard

The name of the Custom Image.

Link copied to clipboard
val imageVersionNumber: Int? = null

The version number of the Custom Image.