google_api_firestore v0.9.0 GoogleApi.Firestore.V1.Model.ListenResponse View Source
The response for Firestore.Listen.
Attributes
documentChange
(type:GoogleApi.Firestore.V1.Model.DocumentChange.t
, default:nil
) - A Document has changed.documentDelete
(type:GoogleApi.Firestore.V1.Model.DocumentDelete.t
, default:nil
) - A Document has been deleted.documentRemove
(type:GoogleApi.Firestore.V1.Model.DocumentRemove.t
, default:nil
) - A Document has been removed from a target (because it is no longer relevant to that target).filter
(type:GoogleApi.Firestore.V1.Model.ExistenceFilter.t
, default:nil
) - A filter to apply to the set of documents previously returned for the given target.Returned when documents may have been removed from the given target, but the exact documents are unknown.
targetChange
(type:GoogleApi.Firestore.V1.Model.TargetChange.t
, default:nil
) - Targets have changed.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.Firestore.V1.Model.ListenResponse{ documentChange: GoogleApi.Firestore.V1.Model.DocumentChange.t(), documentDelete: GoogleApi.Firestore.V1.Model.DocumentDelete.t(), documentRemove: GoogleApi.Firestore.V1.Model.DocumentRemove.t(), filter: GoogleApi.Firestore.V1.Model.ExistenceFilter.t(), targetChange: GoogleApi.Firestore.V1.Model.TargetChange.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.