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

NAME

Google::Ads::AdWords::v201109_1::AccountService::get

DESCRIPTION

Perl data type class for the XML Schema defined element get from the namespace https://adwords.google.com/api/adwords/account/v201109_1.

Returns a list of account specified by the {@code accountSelectors}. @param accountSelector filter to select the account @return requested accounts ordered based on the requested ids in accountSelector

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • accountSelector

     $element->set_accountSelector($data);
     $element->get_accountSelector();

METHODS

new

 my $element = Google::Ads::AdWords::v201109_1::AccountService::get->new($data);

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

 {
   accountSelector =>  $a_reference_to, # see Google::Ads::AdWords::v201109_1::AccountSelector
 },

AUTHOR

Generated by SOAP::WSDL