ListConsumerGroupsResponse constructor

ListConsumerGroupsResponse({
  1. List<ConsumerGroup>? consumerGroups,
  2. String? nextPageToken,
})

Implementation

ListConsumerGroupsResponse({this.consumerGroups, this.nextPageToken});