GoogleApi.Firestore.V1beta1.Model.ListenResponse (google_api_firestore v0.21.1) View Source
The response for Firestore.Listen.
Attributes
-
documentChange
(type:GoogleApi.Firestore.V1beta1.Model.DocumentChange.t
, default:nil
) - A Document has changed. -
documentDelete
(type:GoogleApi.Firestore.V1beta1.Model.DocumentDelete.t
, default:nil
) - A Document has been deleted. -
documentRemove
(type:GoogleApi.Firestore.V1beta1.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.V1beta1.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.V1beta1.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
Specs
t() :: %GoogleApi.Firestore.V1beta1.Model.ListenResponse{ documentChange: GoogleApi.Firestore.V1beta1.Model.DocumentChange.t() | nil, documentDelete: GoogleApi.Firestore.V1beta1.Model.DocumentDelete.t() | nil, documentRemove: GoogleApi.Firestore.V1beta1.Model.DocumentRemove.t() | nil, filter: GoogleApi.Firestore.V1beta1.Model.ExistenceFilter.t() | nil, targetChange: GoogleApi.Firestore.V1beta1.Model.TargetChange.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.