Get Default Rollout Result
data class GetDefaultRolloutResult(val id: String, val name: String, val properties: DefaultRolloutResponseProperties, val systemData: SystemDataResponse, val type: String)
Default rollout definition.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: DefaultRolloutResponseProperties, systemData: SystemDataResponse, type: String)