NAME
Google::Ads::AdWords::v201605::TrialService::query
DESCRIPTION
Perl data type class for the XML Schema defined element query from the namespace https://adwords.google.com/api/adwords/cm/v201605.
Loads a TrialPage containing a list of {@link Trial} objects matching the query. @param query defines which subset of all available trials to return, the sort order, and which fields to include @return Returns a page of matching trial objects. @throws com.google.ads.api.services.common.error.ApiException if errors occurred while retrieving the results.
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::v201605::TrialService::query->new($data);
Constructor. The following data structure may be passed to new():
{
query => $some_value, # string
},
AUTHOR
Generated by SOAP::WSDL