Ticketmaster Discovery API
Toggle table of contents
3.7.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Ticketmaster Discovery API
Ticketmaster Discovery API
/
com.ticketmaster.discoveryapi
/
DiscoveryVenueDetailsResponse
/
Source
Source
data
class
Source
(
var
id
:
String
?
=
null
,
var
name
:
String
?
=
null
)
Represents source details for the venue.
Members
Constructors
Source
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
name
:
String
?
=
null
)
Properties
id
Link copied to clipboard
var
id
:
String
?
The source ID, if available.
name
Link copied to clipboard
var
name
:
String
?
The source name, if available.