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

NAME

Google::Ads::AdWords::v201209::LocationCriterion

DESCRIPTION

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

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

  • countryCode

METHODS

new

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

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

AUTHOR

Generated by SOAP::WSDL