resourceTags property

Map<String, String>? resourceTags
getter/setter pair

The tags associated with this table.

Tag keys are globally unique. See additional information on tags. An object containing a list of "key": value pairs. The key is the namespaced friendly name of the tag key, e.g. "12345/environment" where 12345 is parent id. The value is the friendly short name of the tag value, e.g. "production".

Optional.

Implementation

core.Map<core.String, core.String>? resourceTags;