View Source GoogleApi.Firestore.V1beta1.Model.PlanSummary (google_api_firestore v0.27.0)

Planning phase information for the query.

Attributes

  • indexesUsed (type: list(map()), default: nil) - The indexes selected for the query. For example: [ {"queryscope": "Collection", "properties": "(foo ASC, name ASC)"}, {"queryscope": "Collection", "properties": "(bar ASC, __name ASC)"} ]

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1beta1.Model.PlanSummary{
  indexesUsed: [map()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.