View Source GoogleApi.Datastore.V1.Model.BeginTransactionRequest (google_api_datastore v0.22.0)

The request for Datastore.BeginTransaction.

Attributes

  • databaseId (type: String.t, default: nil) - The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.
  • transactionOptions (type: GoogleApi.Datastore.V1.Model.TransactionOptions.t, default: nil) - Options for a new transaction.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastore.V1.Model.BeginTransactionRequest{
  databaseId: String.t() | nil,
  transactionOptions: GoogleApi.Datastore.V1.Model.TransactionOptions.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.