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

ProjectsLocationsEntryGroupsCreateOptions

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

Additional options for DataCatalog#projectsLocationsEntryGroupsCreate.

interface ProjectsLocationsEntryGroupsCreateOptions {
entryGroupId?: string;
}

§Properties

§
entryGroupId?: string
[src]

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