consumerGroups property

List<ConsumerGroup>? consumerGroups
getter/setter pair

The list of consumer group in the requested parent.

The order of the consumer groups is unspecified.

Implementation

core.List<ConsumerGroup>? consumerGroups;