View Source GoogleApi.Datastore.V1.Model.GqlQueryParameter (google_api_datastore v0.25.0)

A binding parameter for a GQL query.

Attributes

  • cursor (type: String.t, default: nil) - A query cursor. Query cursors are returned in query result batches.
  • value (type: GoogleApi.Datastore.V1.Model.Value.t, default: nil) - A value parameter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastore.V1.Model.GqlQueryParameter{
  cursor: String.t() | nil,
  value: GoogleApi.Datastore.V1.Model.Value.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.