google_api_datastore v0.10.0 GoogleApi.Datastore.V1.Model.RunQueryRequest View Source

The request for Datastore.RunQuery.

Attributes

  • gqlQuery (type: GoogleApi.Datastore.V1.Model.GqlQuery.t, default: nil) - The GQL query to run.
  • partitionId (type: GoogleApi.Datastore.V1.Model.PartitionId.t, default: nil) - Entities are partitioned into subsets, identified by a partition ID. Queries are scoped to a single partition. This partition ID is normalized with the standard default context partition ID.
  • query (type: GoogleApi.Datastore.V1.Model.Query.t, default: nil) - The query to run.
  • readOptions (type: GoogleApi.Datastore.V1.Model.ReadOptions.t, default: nil) - The options for this query.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

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.