google_api_firestore v0.10.0 GoogleApi.Firestore.V1.Model.ListenRequest 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Firestore.V1.Model.ListenRequest{
addTarget: GoogleApi.Firestore.V1.Model.Target.t(),
labels: map(),
removeTarget: integer()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.