topics property

Map<String, ConsumerTopicMetadata>? topics
getter/setter pair

Metadata for this consumer group for all topics it has metadata for.

The key of the map is a topic name, structured like: projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}

Optional.

Implementation

core.Map<core.String, ConsumerTopicMetadata>? topics;