ApplicationUpdateStrategyV2

data class ApplicationUpdateStrategyV2(val batchUpdate: ApplicationUpdateStrategyV2BatchUpdate? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(batchUpdate: ApplicationUpdateStrategyV2BatchUpdate? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The phased release policy. See batch_update below.

Link copied to clipboard
val type: String? = null

The type of the release policy. Valid values: GrayBatchUpdate and BatchUpdate.