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

HierarchyDetail

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

Details about the hierarchy.

interface HierarchyDetail {
partitionDetail?: PartitionDetail;
tableDetail?: TableDetail;
}

§Properties

§
partitionDetail?: PartitionDetail
[src]

Optional. Partition details related to hierarchy.

§
tableDetail?: TableDetail
[src]

Optional. Table details related to hierarchy.