tagValues property

List<TagValue>? tagValues
getter/setter pair

A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.

Implementation

core.List<TagValue>? tagValues;