ListMulticastConsumerAssociationsResponse constructor
ListMulticastConsumerAssociationsResponse({
- List<
MulticastConsumerAssociation> ? multicastConsumerAssociations, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListMulticastConsumerAssociationsResponse({
this.multicastConsumerAssociations,
this.nextPageToken,
this.unreachable,
});