Dma

data class Dma(var id: String? = null)

Represents a DMA ID for the venue.

Constructors

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

Properties

Link copied to clipboard
var id: String?

The DMA ID, if available.