View Source GoogleApi.Firestore.V1.Model.ListenRequest (google_api_firestore v0.23.0)
A request for Firestore.Listen
Attributes
-
addTarget(type:GoogleApi.Firestore.V1.Model.Target.t, default:nil) - A target to add to this stream. -
labels(type:map(), default:nil) - Labels associated with this target change. -
removeTarget(type:integer(), default:nil) - The ID of a target to remove from this stream.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Firestore.V1.Model.ListenRequest{
addTarget: GoogleApi.Firestore.V1.Model.Target.t() | nil,
labels: map() | nil,
removeTarget: integer() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.