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

UpdateAuthorizedViewMetadata

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

Metadata for the google.longrunning.Operation returned by UpdateAuthorizedView.

interface UpdateAuthorizedViewMetadata {
finishTime?: Date;
originalRequest?: UpdateAuthorizedViewRequest;
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 UpdateAuthorizedView operation.

§
requestTime?: Date
[src]

The time at which the original request was received.