google_api_firestore v0.3.1 GoogleApi.Firestore.V1beta1.Model.ListenRequest View Source
A request for Firestore.Listen
Attributes
addTarget
(type:GoogleApi.Firestore.V1beta1.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 Source
t()
View Source
t() :: %GoogleApi.Firestore.V1beta1.Model.ListenRequest{
addTarget: GoogleApi.Firestore.V1beta1.Model.Target.t(),
labels: map(),
removeTarget: integer()
}
t() :: %GoogleApi.Firestore.V1beta1.Model.ListenRequest{ addTarget: GoogleApi.Firestore.V1beta1.Model.Target.t(), labels: map(), removeTarget: integer() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.