NAME

Google::Ads::AdWords::v201409::AdGroupExtensionSettingService::query

DESCRIPTION

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

Returns a list of AdGroupExtensionSettings that match the query. @param query The SQL-like AWQL query string. @return The list of AdGroupExtensionSettings specified by the query. @throws ApiException Indicates a problem with the request.

PROPERTIES

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

  • query

    $element->set_query($data);
    $element->get_query();

METHODS

new

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

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

{
  query =>  $some_value, # string
},

AUTHOR

Generated by SOAP::WSDL