NAME
Google::Ads::AdWords::v201109::KeywordEstimateRequest
DESCRIPTION
Perl data type class for the XML Schema defined complexType KeywordEstimateRequest from the namespace https://adwords.google.com/api/adwords/o/v201109.
Represents a keyword to be estimated.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
keyword
maxCpc
isNegative
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Google::Ads::AdWords::v201109::KeywordEstimateRequest
keyword => $a_reference_to, # see Google::Ads::AdWords::v201109::Keyword
maxCpc => $a_reference_to, # see Google::Ads::AdWords::v201109::Money
isNegative => $some_value, # boolean
},
AUTHOR
Generated by SOAP::WSDL