The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Ads::AdWords::v201309::MediaService::upload

DESCRIPTION

Perl data type class for the XML Schema defined element upload from the namespace https://adwords.google.com/api/adwords/cm/v201309.

Uploads new media. Currently, you can only upload {@link Image} files. @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::v201309::MediaService::upload->new($data);

Constructor. The following data structure may be passed to new():

 {
   media =>  $a_reference_to, # see Google::Ads::AdWords::v201309::Media
 },

AUTHOR

Generated by SOAP::WSDL