DescribeCommunicationsResponse constructor

DescribeCommunicationsResponse({
  1. List<Communication>? communications,
  2. String? nextToken,
})

Implementation

DescribeCommunicationsResponse({
  this.communications,
  this.nextToken,
});