Class ArrayValue
An array value.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta1.Data
Assembly: Google.Apis.Firestore.v1beta1.dll
Syntax
public class ArrayValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Values
Values in the array.
Declaration
[JsonProperty("values")]
public virtual IList<Value> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Value> |