tags property

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

These bindings will override any bindings previously set and will be effective immediately.

Each item in the map must be expressed as " : ". For example: "123/environment" : "production", "123/costCenter" : "marketing"

Required.

Implementation

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