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

UndeleteTableMetadata

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

Metadata type for the operation returned by google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable.

interface UndeleteTableMetadata {
endTime?: Date;
name?: string;
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]

If set, the time at which this operation finished or was cancelled.

§
name?: string
[src]

The name of the table being restored.

§
startTime?: Date
[src]

The time at which this operation started.