NAME
Google::Ads::AdWords::v201409::DataService::queryCriterionBidLandscape
DESCRIPTION
Perl data type class for the XML Schema defined element queryCriterionBidLandscape from the namespace https://adwords.google.com/api/adwords/cm/v201409.
Returns a list of {@link CriterionBidLandscape}s for the criteria that match the query. In the result, the returned {@link LandscapePoint}s are grouped into {@link CriterionBidLandscape}s by their criteria, and numberResults of paging limits the total number of {@link LandscapePoint}s instead of number of {@link CriterionBidLandscape}s. @param query The SQL-like AWQL query string. @return A list of bid landscapes. @throws ApiException if problems occur while parsing the query or fetching bid landscapes.
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::DataService::queryCriterionBidLandscape->new($data);
Constructor. The following data structure may be passed to new():
{
query => $some_value, # string
},
AUTHOR
Generated by SOAP::WSDL