Show / Hide Table of Contents

Class ListenRequest

A request for Firestore.Listen

Inheritance
object
ListenRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX