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

NAME

Google::Ads::AdWords::v201206::OverrideInfo

DESCRIPTION

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

Represents additional override info with which to augment the override extension.

PROPERTIES

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

  • LocationOverrideInfo

METHODS

new

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

 { # Google::Ads::AdWords::v201206::OverrideInfo
   # One of the following elements.
   # No occurance checks yet, so be sure to pass just one...
   LocationOverrideInfo =>  $a_reference_to, # see Google::Ads::AdWords::v201206::LocationOverrideInfo
 },

AUTHOR

Generated by SOAP::WSDL