Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudResourcesettingsV1ValueStringMap
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX