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

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.V1beta1.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.

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.Cursor{
  before: boolean(),
  values: [GoogleApi.Firestore.V1beta1.Model.Value.t()]
}

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.