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

NAME

Google::Ads::AdWords::v201802::CustomerService::getCustomers

DESCRIPTION

Perl data type class for the XML Schema defined element getCustomers from the namespace https://adwords.google.com/api/adwords/mcm/v201802.

Returns details of all the customers directly accessible by the user authenticating the call. <p> Note: This method will return only test accounts if the developer token used has not been approved. <p> Starting with v201607, if {@code clientCustomerId} is specified in the request header, only details of that customer will be returned. To do this for prior versions, use the {@code get()} method instead.

PROPERTIES

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

METHODS

new

 my $element = Google::Ads::AdWords::v201802::CustomerService::getCustomers->new($data);

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

 {
 },

AUTHOR

Generated by SOAP::WSDL