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

ProjectsLocationsEntryGroupsEntriesCreateOptions

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

Additional options for DataCatalog#projectsLocationsEntryGroupsEntriesCreate.

interface ProjectsLocationsEntryGroupsEntriesCreateOptions {
entryId?: string;
}

§Properties

§
entryId?: string
[src]

Required. The ID of the entry to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8.