mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-15 06:26:35 +03:00
16 lines
435 B
Go
16 lines
435 B
Go
package request
|
|
|
|
import (
|
|
"github.com/prebid/openrtb/v20/openrtb2"
|
|
)
|
|
|
|
// 4.5 Video Object
|
|
//
|
|
// The video object to be used for all video elements supported in the Native Ad.
|
|
// This corresponds to the Video object of OpenRTB.
|
|
// Exchange implementers can impose their own specific restrictions.
|
|
// Here are the required attributes of the Video Object.
|
|
// For optional attributes please refer to OpenRTB.
|
|
|
|
type Video = openrtb2.Video
|