tags property

List<Tag>? tags
getter/setter pair

The tags directly attached to this resource.

To search against the tags: * Use a field query. Example: - tagKeys:"123456789/env*" - tagKeys="123456789/env" - tagKeys:"env" - tagValues:"env" - tagValues:"env/prod" - tagValues:"123456789/env/prod*" - tagValues="123456789/env/prod" - tagValueIds="tagValues/456" * Use a free text query. Example: - env/prod

Implementation

core.List<Tag>? tags;