DistributionGeoRestriction

data class DistributionGeoRestriction(val locations: List<String>? = null, val restrictionType: String)

Constructors

Link copied to clipboard
fun DistributionGeoRestriction(locations: List<String>? = null, restrictionType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val locations: List<String>? = null
Link copied to clipboard