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

NAME

Google::Ads::AdWords::v201705::DataService::queryDomainCategory

DESCRIPTION

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

Returns a list of domain categories that can be used to create {@link WebPage} criterion. @param query The SQL-like AWQL query string. @return A list of domain categories. @throws ApiException if problems occur while parsing the query or fetching domain categories.

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::v201705::DataService::queryDomainCategory->new($data);

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

 {
   query =>  $some_value, # string
 },

AUTHOR

Generated by SOAP::WSDL