Source

data class Source(var id: String? = null, var name: String? = null)

Represents source details for the venue.

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String? = null)

Properties

Link copied to clipboard
var id: String?

The source ID, if available.

Link copied to clipboard
var name: String?

The source name, if available.