fields property

Map<String, GoogleCloudDatacatalogV1TagTemplateField>? fields
getter/setter pair

Map of tag template field IDs to the settings for the field.

This map is an exhaustive list of the allowed fields. The map must contain at least one field and at most 500 fields. The keys to this map are tag template field IDs. The IDs have the following limitations: * Can contain uppercase and lowercase letters, numbers (0-9) and underscores (_). * Must be at least 1 character and at most 64 characters long. * Must start with a letter or underscore.

Required.

Implementation

core.Map<core.String, GoogleCloudDatacatalogV1TagTemplateField>? fields;