Method | Description | |
---|---|---|
Add ( string key, string value ) : |
Adds the specified key to the map.
|
|
AddEntries ( |
Adds an array of string map entries to the map.
|
|
AddEntry ( |
Adds the specified string map entry to the map.
|
|
AsArray ( ) : Google.Api.Ads.AdWords.v201306.String_StringMapEntry[] |
Returns the settings as a list of string map entries.
|
|
AsDict ( ) : string>.Dictionary |
Returns the settings as a dictionary.
|
public Add ( string key, string value ) : |
||
key | string | The settings key. |
value | string | The settings value. |
return |
public AddEntries ( |
||
entries | The list of string map entries. | |
return |
public AddEntry ( |
||
entry | The string map entry. | |
return |
public AsArray ( ) : Google.Api.Ads.AdWords.v201306.String_StringMapEntry[] | ||
return | Google.Api.Ads.AdWords.v201306.String_StringMapEntry[] |