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

ReserveIdsRequest

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

The request for Datastore.ReserveIds.

interface ReserveIdsRequest {
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 complete key paths whose numeric IDs should not be auto-allocated.