Distribution Tenant Geo Restriction Customization
data class DistributionTenantGeoRestrictionCustomization(val locations: List<String>? = null, val restrictionType: DistributionTenantGeoRestrictionCustomizationRestrictionType? = null)
The customizations that you specified for the distribution tenant for geographic restrictions.
Constructors
Link copied to clipboard
constructor(locations: List<String>? = null, restrictionType: DistributionTenantGeoRestrictionCustomizationRestrictionType? = null)