NAME
Google::Ads::AdWords::v201109::Account
DESCRIPTION
Perl data type class for the XML Schema defined complexType Account from the namespace https://adwords.google.com/api/adwords/mcm/v201109.
Represents a single AdWords account.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
customerId
login
companyName
canManageClients
currencyCode
dateTimeZone
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Google::Ads::AdWords::v201109::Account
customerId => $some_value, # long
login => $some_value, # string
companyName => $some_value, # string
canManageClients => $some_value, # boolean
currencyCode => $some_value, # string
dateTimeZone => $some_value, # string
},
AUTHOR
Generated by SOAP::WSDL