tags property

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

Input only.

Immutable. Tag keys/values directly bound to this folder. Each item in the map must be expressed as " : ". For example: "123/environment" : "production", "123/costCenter" : "marketing"

Optional.

Implementation

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