Application Update Strategy V2
data class ApplicationUpdateStrategyV2(val batchUpdate: ApplicationUpdateStrategyV2BatchUpdate? = null, val type: String? = null)
Constructors
Link copied to clipboard
fun ApplicationUpdateStrategyV2(batchUpdate: ApplicationUpdateStrategyV2BatchUpdate? = null, type: String? = null)