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

CreateInstanceMetadata

import type { CreateInstanceMetadata } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

The metadata for the Operation returned by CreateInstance.

interface CreateInstanceMetadata {
finishTime?: Date;
originalRequest?: CreateInstanceRequest;
requestTime?: Date;
}

§Properties

§
finishTime?: Date
[src]

The time at which the operation failed or was completed successfully.

§
originalRequest?: CreateInstanceRequest
[src]

The request that prompted the initiation of this CreateInstance operation.

§
requestTime?: Date
[src]

The time at which the original request was received.