ListChannelMessagesResponse constructor

ListChannelMessagesResponse({
  1. String? channelArn,
  2. List<ChannelMessageSummary>? channelMessages,
  3. String? nextToken,
})

Implementation

ListChannelMessagesResponse({
  this.channelArn,
  this.channelMessages,
  this.nextToken,
});