NAME
Google::Ads::AdWords::v201809::MediaService::upload
DESCRIPTION
Perl data type class for the XML Schema defined element upload from the namespace https://adwords.google.com/api/adwords/cm/v201809.
Uploads new media. Currently, you can upload {@link Image} files and {@link MediaBundle}s. @param media A list of {@code Media} objects, each containing the data to be uploaded. @return A list of uploaded media in the same order as the argument list.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
media
$element
->set_media(
$data
);
$element
->get_media();
METHODS
new
my
$element
= Google::Ads::AdWords::v201809::MediaService::upload->new(
$data
);
Constructor. The following data structure may be passed to new():
{
media
=>
$a_reference_to
,
# see Google::Ads::AdWords::v201809::Media
},
AUTHOR
Generated by SOAP::WSDL