NAME

Google::Ads::AdWords::v201109::ApiUsageRecord

DESCRIPTION

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

Data record for per client API units.

PROPERTIES

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

  • clientEmail

  • clientCustomerId

  • cost

METHODS

new

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

{ # Google::Ads::AdWords::v201109::ApiUsageRecord
  clientEmail =>  $some_value, # string
  clientCustomerId =>  $some_value, # long
  cost =>  $some_value, # long
},

AUTHOR

Generated by SOAP::WSDL