Ticketmaster Discovery API
Toggle table of contents
3.8.9
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Ticketmaster Discovery API
Ticketmaster Discovery API
/
com.ticketmaster.discoveryapi.models.category
/
Category
/
CityMinorCategory
City
Minor
Category
data
class
CityMinorCategory
(
val
id
:
String
=
""
,
val
name
:
String
=
""
)
:
Parcelable
Members
Constructors
City
Minor
Category
Link copied to clipboard
constructor
(
id
:
String
=
""
,
name
:
String
=
""
)
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)