NAME

Google::Ads::AdWords::v201109::LocationCriterion

DESCRIPTION

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

Represents data that encapsulates a location criterion.

PROPERTIES

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

  • location

  • canonicalName

  • reach

  • locale

  • searchTerm

METHODS

new

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

{ # Google::Ads::AdWords::v201109::LocationCriterion
  location =>  $a_reference_to, # see Google::Ads::AdWords::v201109::Location
  canonicalName =>  $some_value, # string
  reach =>  $some_value, # long
  locale =>  $some_value, # string
  searchTerm =>  $some_value, # string
},

AUTHOR

Generated by SOAP::WSDL