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

A position in a query result set.

Attributes

  • before (type: boolean(), default: nil) - If the position is just before or just after the given values, relative to the sort order defined by the query.
  • values (type: list(GoogleApi.Firestore.V1.Model.Value.t), default: nil) - The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1.Model.Cursor{
  before: boolean() | nil,
  values: [GoogleApi.Firestore.V1.Model.Value.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.