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

UpdateClusterMetadata

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

The metadata for the Operation returned by UpdateCluster.

interface UpdateClusterMetadata {
finishTime?: Date;
originalRequest?: Cluster;
requestTime?: Date;
}

§Properties

§
finishTime?: Date
[src]

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

§
originalRequest?: Cluster
[src]

The request that prompted the initiation of this UpdateCluster operation.

§
requestTime?: Date
[src]

The time at which the original request was received.