fields property

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

Maps the ID of a tag field to its value and additional information about that field.

Tag template defines valid field IDs. A tag must have at least 1 field and at most 500 fields.

Required.

Implementation

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