Class GoogleCloudResourcesettingsV1ValueStringMap
A string->string map value that can hold a map of string keys to string values. The maximum length of each string is 200 characters and there can be a maximum of 50 key-value pairs in the map.
Implements
Inherited Members
Namespace: Google.Apis.ResourceSettings.v1.Data
Assembly: Google.Apis.ResourceSettings.v1.dll
Syntax
public class GoogleCloudResourcesettingsV1ValueStringMap : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Mappings
The key-value pairs in the map
Declaration
[JsonProperty("mappings")]
public virtual IDictionary<string, string> Mappings { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |