fields property

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

This maps the ID of a tag field to the value of and additional information about that field.

Valid field IDs are defined by the tag's template. A tag must have at least 1 field and at most 500 fields.

Required.

Implementation

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