Get Rollout Result
data class GetRolloutResult(val artifactSourceId: String? = null, val buildVersion: String, val id: String, val identity: IdentityResponse? = null, val location: String, val name: String, val operationInfo: RolloutOperationInfoResponse, val services: List<ServiceResponse>, val status: String, val stepGroups: List<StepGroupResponse>, val tags: Map<String, String>? = null, val targetServiceTopologyId: String, val totalRetryAttempts: Int, val type: String)
Defines the rollout.
Constructors
Link copied to clipboard
fun GetRolloutResult(artifactSourceId: String? = null, buildVersion: String, id: String, identity: IdentityResponse? = null, location: String, name: String, operationInfo: RolloutOperationInfoResponse, services: List<ServiceResponse>, status: String, stepGroups: List<StepGroupResponse>, tags: Map<String, String>? = null, targetServiceTopologyId: String, totalRetryAttempts: Int, type: String)