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

The request for Datastore.Rollback.

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.
  • transaction (type: String.t, default: nil) - Required. The transaction identifier, returned by a call to Datastore.BeginTransaction.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastore.V1.Model.RollbackRequest{
  databaseId: String.t() | nil,
  transaction: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.