GoogleApi.Firestore.V1.Model.ListenRequest (google_api_firestore v0.20.2) View Source
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(),
labels: map(),
removeTarget: integer()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.