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

UpdateInstanceMetadata

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

The metadata for the Operation returned by UpdateInstance.

interface UpdateInstanceMetadata {
finishTime?: Date;
originalRequest?: PartialUpdateInstanceRequest;
requestTime?: Date;
}

§Properties

§
finishTime?: Date
[src]

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

§

The request that prompted the initiation of this UpdateInstance operation.

§
requestTime?: Date
[src]

The time at which the original request was received.