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

The request for Datastore.ReserveIds.

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.
  • keys (type: list(GoogleApi.Datastore.V1.Model.Key.t), default: nil) - Required. A list of keys with complete key paths whose numeric IDs should not be auto-allocated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastore.V1.Model.ReserveIdsRequest{
  databaseId: String.t() | nil,
  keys: [GoogleApi.Datastore.V1.Model.Key.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.