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

CreateAuthorizedViewMetadata

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

The metadata for the Operation returned by CreateAuthorizedView.

interface CreateAuthorizedViewMetadata {
finishTime?: Date;
originalRequest?: CreateAuthorizedViewRequest;
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 CreateAuthorizedView operation.

§
requestTime?: Date
[src]

The time at which the original request was received.