ImageTemplateAutoRunResponse

data class ImageTemplateAutoRunResponse(val state: String? = null)

Indicates if the image template needs to be built on create/update

Constructors

Link copied to clipboard
constructor(state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val state: String? = null

Enabling this field will trigger an automatic build on image template creation or update.