Restriction

@JsonClass(generateAdapter = true)
data class Restriction(    val id: String,     val name: String,     val restrictions: List<RestrictionItem>)

Constructors

Link copied to clipboard
fun Restriction(    id: String,     name: String,     restrictions: List<RestrictionItem>)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
val name: String
Link copied to clipboard
val restrictions: List<RestrictionItem>