data class AdSystem(val name: String, val version: String?)
Describes the ad system that returned the ad. Specified in InLine.AdSystem in the VAST response.
| Name | Summary |
|---|
| name | val name: String The name of the ad system that returned the ad. |
| version | val version: String? The version number of the ad system that returned the ad. |