NAME
Google::Ads::AdWords::v201109::Video
DESCRIPTION
Perl data type class for the XML Schema defined complexType Video from the namespace https://adwords.google.com/api/adwords/cm/v201109.
Encapsulates a Video media identified by a MediaId
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
durationMillis
streamingUrl
readyToPlayOnTheWeb
industryStandardCommercialIdentifier
advertisingId
youTubeVideoIdString
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Google::Ads::AdWords::v201109::Video
durationMillis => $some_value, # long
streamingUrl => $some_value, # string
readyToPlayOnTheWeb => $some_value, # boolean
industryStandardCommercialIdentifier => $some_value, # string
advertisingId => $some_value, # string
youTubeVideoIdString => $some_value, # string
},
AUTHOR
Generated by SOAP::WSDL