NAME

Google::Ads::AdWords::v201209::InfoService::get

DESCRIPTION

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

Returns the API usage information based on the selection criteria specified in the selector. @param selector Specifies the type of usage information to return. @return The API usage information. @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::v201209::InfoService::get->new($data);

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

{
  selector =>  $a_reference_to, # see Google::Ads::AdWords::v201209::InfoSelector
},

AUTHOR

Generated by SOAP::WSDL