Class RequestOptions
Options for a server request.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta1.Data
Assembly: Google.Apis.Firestore.v1beta1.dll
Syntax
public class RequestOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequestTags
Optional. The request tags for the request.
Declaration
[JsonProperty("requestTags")]
public virtual IList<string> RequestTags { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |