Step Group Response
data class StepGroupResponse(val dependsOnStepGroups: List<String>? = null, val deploymentTargetId: String, val name: String, val postDeploymentSteps: List<PrePostStepResponse>? = null, val preDeploymentSteps: List<PrePostStepResponse>? = null)
The properties that define a Step group in a rollout.
Constructors
Link copied to clipboard
fun StepGroupResponse(dependsOnStepGroups: List<String>? = null, deploymentTargetId: String, name: String, postDeploymentSteps: List<PrePostStepResponse>? = null, preDeploymentSteps: List<PrePostStepResponse>? = null)