Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1MapProperty

Map property value. Represents a structured entries of key value pairs, consisting of field names which map to dynamically typed values.

Inheritance
object
GoogleCloudContentwarehouseV1MapProperty
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.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1MapProperty : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Fields

Unordered map of dynamically typed values.

Declaration
[JsonProperty("fields")]
public virtual IDictionary<string, GoogleCloudContentwarehouseV1Value> Fields { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudContentwarehouseV1Value>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX