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

GoogleDatastoreAdminV1beta1ExportEntitiesResponse

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

The response for google.datastore.admin.v1beta1.DatastoreAdmin.ExportEntities.

interface GoogleDatastoreAdminV1beta1ExportEntitiesResponse {
outputUrl?: string;
}

§Properties

§
outputUrl?: string
[src]

Location of the output metadata file. This can be used to begin an import into Cloud Datastore (this project or another project). See google.datastore.admin.v1beta1.ImportEntitiesRequest.input_url. Only present if the operation completed successfully.