google_api_firestore v0.11.0 GoogleApi.Firestore.V1beta1.Model.ExistenceFilter View Source

A digest of all the documents that match a given target.

Attributes

  • count (type: integer(), default: nil) - The total count of documents that match target_id.

    If different from the count of documents in the client that match, the client must manually determine which documents no longer match the target.

  • targetId (type: integer(), default: nil) - The target ID to which this filter applies.

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() :: %GoogleApi.Firestore.V1beta1.Model.ExistenceFilter{
  count: integer(),
  targetId: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.