NAME

Google::Ads::AdWords::v201209::AdSpec

DESCRIPTION

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

Interface for ad specifications to implement. See individual spec documentation for more details on how to use each type, and {@link AdSpecListSearchParameter} to understand what these specs are for.

PROPERTIES

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

  • DisplayAdSpec

  • InStreamAdSpec

  • TextAdSpec

METHODS

new

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

{ # Google::Ads::AdWords::v201209::AdSpec
  # One of the following elements.
  # No occurance checks yet, so be sure to pass just one...
  DisplayAdSpec =>  $a_reference_to, # see Google::Ads::AdWords::v201209::DisplayAdSpec
  InStreamAdSpec =>  $a_reference_to, # see Google::Ads::AdWords::v201209::InStreamAdSpec
  TextAdSpec =>  $a_reference_to, # see Google::Ads::AdWords::v201209::TextAdSpec
},

AUTHOR

Generated by SOAP::WSDL