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

The request for Datastore.RunQuery.

Attributes

  • gqlQuery (GoogleApi.Datastore.V1.Model.GqlQuery.t): The GQL query to run. Defaults to nil.
  • partitionId (GoogleApi.Datastore.V1.Model.PartitionId.t): 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. Defaults to nil.
  • query (GoogleApi.Datastore.V1.Model.Query.t): The query to run. Defaults to nil.
  • readOptions (GoogleApi.Datastore.V1.Model.ReadOptions.t): The options for this query. Defaults to nil.

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.