AdSurvey

data class AdSurvey(val uri: String?, val type: String?)

URI to any resource relating to an integrated survey. Specified in InLine.Survey in the VAST response.

Constructors

Link copied to clipboard
constructor(uri: String?, type: String?)

Properties

Link copied to clipboard
val type: String?

The MIME type of the resource being served.

Link copied to clipboard
val uri: String?

A URI to any resource relating to an integrated survey.