Get Step Result
data class GetStepResult(val id: String, val location: String, val name: String, val properties: Either<HealthCheckStepPropertiesResponse, WaitStepPropertiesResponse>, val tags: Map<String, String>? = null, val type: String)
The resource representation of a rollout step.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, properties: Either<HealthCheckStepPropertiesResponse, WaitStepPropertiesResponse>, tags: Map<String, String>? = null, type: String)