Class Struct
Struct
represents a structured data value, consisting of fields which map to dynamically typed values.
Implements
Inherited Members
Namespace: Google.Apis.Script.v1.Data
Assembly: Google.Apis.Script.v1.dll
Syntax
public class Struct : 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, Value> Fields { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, Value> |