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

ProjectsLocationsTagTemplatesFieldsCreateOptions

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

Additional options for DataCatalog#projectsLocationsTagTemplatesFieldsCreate.

interface ProjectsLocationsTagTemplatesFieldsCreateOptions {
tagTemplateFieldId?: string;
}

§Properties

§
tagTemplateFieldId?: string
[src]

Required. The ID of the tag template field to create. Note: Adding a required field to an existing template is not allowed. Field IDs can contain letters (both uppercase and lowercase), numbers (0-9), underscores (_) and dashes (-). Field IDs must be at least 1 character long and at most 128 characters long. Field IDs must also be unique within their template.