View Source GoogleApi.Firestore.V1.Model.ListenRequest (google_api_firestore v0.26.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1.Model.ListenRequest{
  addTarget: GoogleApi.Firestore.V1.Model.Target.t() | nil,
  labels: map() | nil,
  removeTarget: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.