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

NAME

Google::Ads::AdWords::v201109::SearchVolumeSearchParameter

DESCRIPTION

Perl data type class for the XML Schema defined complexType SearchVolumeSearchParameter from the namespace https://adwords.google.com/api/adwords/o/v201109.

A {@link SearchParameter} that specifies the level of search volume expected in results, and it has a direct relationship to {@link AttributeType#SEARCH_VOLUME}. Absence of a {@link SearchVolumeSearchParameter} in a {@link com.google.ads.api.services.targetingideas.TargetingIdeaSelector} is equivalent to having no constraint on search volume specified. <p>This element is supported by following {@link IdeaType}s: KEYWORD. <p>This element is supported by following {@link RequestType}s: IDEAS, STATS.

PROPERTIES

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

  • operation

METHODS

new

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

 { # Google::Ads::AdWords::v201109::SearchVolumeSearchParameter
   operation =>  $a_reference_to, # see Google::Ads::AdWords::v201109::LongComparisonOperation
 },

AUTHOR

Generated by SOAP::WSDL