NAME
Google::Ads::AdWords::v201506::ConstantDataService::getUserInterestCriterion
DESCRIPTION
Perl data type class for the XML Schema defined element getUserInterestCriterion from the namespace https://adwords.google.com/api/adwords/cm/v201506.
Returns a list of user interests. @param userInterestTaxonomyType The type of taxonomy to use when requesting user interests. @return A list of user interests. @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:
userInterestTaxonomyType
$element->set_userInterestTaxonomyType($data); $element->get_userInterestTaxonomyType();
METHODS
new
my $element = Google::Ads::AdWords::v201506::ConstantDataService::getUserInterestCriterion->new($data);
Constructor. The following data structure may be passed to new():
{
userInterestTaxonomyType => $some_value, # ConstantDataService.UserInterestTaxonomyType
},
AUTHOR
Generated by SOAP::WSDL