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

NAME

Google::Ads::AdWords::v201109::SoapHeader

DESCRIPTION

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

Defines the required and optional elements within the header of a SOAP request.

PROPERTIES

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

  • authToken

  • clientCustomerId

  • developerToken

  • userAgent

  • validateOnly

  • partialFailure

METHODS

new

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

 { # Google::Ads::AdWords::v201109::SoapHeader
   authToken =>  $some_value, # string
   clientCustomerId =>  $some_value, # string
   developerToken =>  $some_value, # string
   userAgent =>  $some_value, # string
   validateOnly =>  $some_value, # boolean
   partialFailure =>  $some_value, # boolean
 },

AUTHOR

Generated by SOAP::WSDL