NAME
Google::Ads::AdWords::v201206::String_StringMapEntry
DESCRIPTION
Perl data type class for the XML Schema defined complexType String_StringMapEntry from the namespace https://adwords.google.com/api/adwords/cm/v201206.
This represents an entry in a map with a key of type String and value of type String.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
key
value
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Google::Ads::AdWords::v201206::String_StringMapEntry
key => $some_value, # string
value => $some_value, # string
},
AUTHOR
Generated by SOAP::WSDL