VastMacro
data class VastMacro(val name: String, val values: List<String>) : Parcelable
Represents a VAST macro name and the associated values.
data class VastMacro(val name: String, val values: List<String>) : Parcelable
Represents a VAST macro name and the associated values.