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

GoogleCloudDatacatalogV1EntryGroup

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

Entry group metadata. An EntryGroup resource represents a logical grouping of zero or more Data Catalog Entry resources.

interface GoogleCloudDatacatalogV1EntryGroup {
readonly dataCatalogTimestamps?: GoogleCloudDatacatalogV1SystemTimestamps;
description?: string;
displayName?: string;
name?: string;
}

§Properties

§
readonly dataCatalogTimestamps?: GoogleCloudDatacatalogV1SystemTimestamps
[src]

Output only. Timestamps of the entry group. Default value is empty.

§
description?: string
[src]

Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.

§
displayName?: string
[src]

A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.

§
name?: string
[src]

Identifier. The resource name of the entry group in URL format. Note: The entry group itself and its child resources might not be stored in the location specified in its name.