Class GoogleCloudContentwarehouseV1MapProperty
Map property value. Represents a structured entries of key value pairs, consisting of field names which map to dynamically typed values.
Implements
Inherited Members
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> |