Default Rollout Specification Response Canary
    data class DefaultRolloutSpecificationResponseCanary(val regions: List<String>? = null, val skipRegions: List<String>? = null)
Constructors
Link copied to clipboard
                fun DefaultRolloutSpecificationResponseCanary(regions: List<String>? = null, skipRegions: List<String>? = null)