Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AllocateIdsRequest

import type { AllocateIdsRequest } from "https://googleapis.deno.dev/v1/datastore:v1.ts";

The request for Datastore.AllocateIds.

interface AllocateIdsRequest {
databaseId?: string;
keys?: Key[];
}

§Properties

§
databaseId?: string
[src]

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?: Key[]
[src]

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.