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

MetadataManagementActivity

import type { MetadataManagementActivity } from "https://googleapis.deno.dev/v1/metastore:v1.ts";

The metadata management activities of the metastore service.

interface MetadataManagementActivity {
readonly metadataExports?: MetadataExport[];
readonly restores?: Restore[];
}

§Properties

§
readonly metadataExports?: MetadataExport[]
[src]

Output only. The latest metadata exports of the metastore service.

§
readonly restores?: Restore[]
[src]

Output only. The latest restores of the metastore service.