ListChannelModeratorsResponse constructor

ListChannelModeratorsResponse({
  1. String? channelArn,
  2. List<ChannelModeratorSummary>? channelModerators,
  3. String? nextToken,
})

Implementation

ListChannelModeratorsResponse({
  this.channelArn,
  this.channelModerators,
  this.nextToken,
});