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

PartialUpdateClusterMetadata

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

The metadata for the Operation returned by PartialUpdateCluster.

interface PartialUpdateClusterMetadata {
finishTime?: Date;
originalRequest?: PartialUpdateClusterRequest;
requestTime?: Date;
}

§Properties

§
finishTime?: Date
[src]

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

§

The original request for PartialUpdateCluster.

§
requestTime?: Date
[src]

The time at which the original request was received.