NAME

Google::Ads::AdWords::v201109::KeywordEstimate

DESCRIPTION

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

Represents the traffic estimate result for a single keyword.

PROPERTIES

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

  • criterionId

  • min

  • max

METHODS

new

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

{ # Google::Ads::AdWords::v201109::KeywordEstimate
  criterionId =>  $some_value, # long
  min =>  $a_reference_to, # see Google::Ads::AdWords::v201109::StatsEstimate
  max =>  $a_reference_to, # see Google::Ads::AdWords::v201109::StatsEstimate
},

AUTHOR

Generated by SOAP::WSDL