Files
openrtb/native/response/video.go
T
2017-11-13 11:26:48 -05:00

17 lines
314 B
Go

package response
// 5.6 Object: Video
//
// Corresponds to the Video Object in the request, yet containing a value of a conforming VAST tag as a value.
type Video struct {
// Field:
// vasttag
// Scope:
// required
// Type:
// string
// Description:
// VAST XML
VASTTag string `json:"vasttag"`
}