View Source GoogleApi.Firestore.V1.Model.Cursor (google_api_firestore v0.23.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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Firestore.V1.Model.Cursor{
before: boolean() | nil,
values: [GoogleApi.Firestore.V1.Model.Value.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.