Class ListenRequest
A request for Firestore.Listen
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class ListenRequest : IDirectResponseSchema
Properties
AddTarget
A target to add to this stream.
Declaration
[JsonProperty("addTarget")]
public virtual Target AddTarget { get; set; }
Property Value
Type | Description |
---|---|
Target |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
Labels associated with this target change.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
RemoveTarget
The ID of a target to remove from this stream.
Declaration
[JsonProperty("removeTarget")]
public virtual int? RemoveTarget { get; set; }
Property Value
Type | Description |
---|---|
int? |