Service Unit Response
data class ServiceUnitResponse(val artifacts: ServiceUnitArtifactsResponse? = null, val deploymentMode: String, val name: String? = null, val steps: List<RolloutStepResponse>? = null, val targetResourceGroup: String)
Defines a service unit.
Constructors
Link copied to clipboard
fun ServiceUnitResponse(artifacts: ServiceUnitArtifactsResponse? = null, deploymentMode: String, name: String? = null, steps: List<RolloutStepResponse>? = null, targetResourceGroup: String)