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

ProjectsLocationsTagTemplatesCreateOptions

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

Additional options for DataCatalog#projectsLocationsTagTemplatesCreate.

interface ProjectsLocationsTagTemplatesCreateOptions {
tagTemplateId?: string;
}

§Properties

§
tagTemplateId?: string
[src]

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