effectiveTags property

List<Tag>? effectiveTags
getter/setter pair

The effective tags inherited from the attached_resource.

Note that tags with the same key but different values may attach to resources at a different hierarchy levels. The lower hierarchy tag value will overwrite the higher hierarchy tag value of the same tag key. In this case, the tag value at the higher hierarchy level will be removed. For more information, see tag inheritance.

Implementation

core.List<Tag>? effectiveTags;