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

AllocateIdsResponse

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

The response for Datastore.AllocateIds.

interface AllocateIdsResponse {
keys?: Key[];
}

§Properties

§
keys?: Key[]
[src]

The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.