GeneralInfo

data class GeneralInfo(var generalRule: String? = null, var childRule: String? = null)

Represents general information and rules for the venue.

Constructors

Link copied to clipboard
constructor(generalRule: String? = null, childRule: String? = null)

Properties

Link copied to clipboard

Child-related rules, if available.

Link copied to clipboard

General venue rules, if available.