NAME

Google::Ads::AdWords::v201409::ManagedCustomerService::getPendingInvitations

DESCRIPTION

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

Returns the pending invitations for the customer IDs in the selector. @param selector the manager customer ids (inviters) or the client customer ids (invitees) @throws ApiException when there is at least one error with the request

PROPERTIES

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

  • selector

    $element->set_selector($data);
    $element->get_selector();

METHODS

new

my $element = Google::Ads::AdWords::v201409::ManagedCustomerService::getPendingInvitations->new($data);

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

{
  selector =>  $a_reference_to, # see Google::Ads::AdWords::v201409::PendingInvitationSelector
},

AUTHOR

Generated by SOAP::WSDL