class Google::Apis::Adexchangebuyer2V2beta1::VideoContent
Video content for a creative.
Attributes
video_url[RW]
The URL to fetch a video ad. Corresponds to the JSON property `videoUrl` @return [String]
video_vast_xml[RW]
The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or 3.0 standard. Corresponds to the JSON property `videoVastXml` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 4105 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 4110 def update!(**args) @video_url = args[:video_url] if args.key?(:video_url) @video_vast_xml = args[:video_vast_xml] if args.key?(:video_vast_xml) end