ListMulticastConsumerAssociationsResponse constructor

ListMulticastConsumerAssociationsResponse({
  1. List<MulticastConsumerAssociation>? multicastConsumerAssociations,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListMulticastConsumerAssociationsResponse({
  this.multicastConsumerAssociations,
  this.nextPageToken,
  this.unreachable,
});