ListChannelModeratorsResponse constructor
ListChannelModeratorsResponse({
- String? channelArn,
- List<
ChannelModeratorSummary> ? channelModerators, - String? nextToken,
Implementation
ListChannelModeratorsResponse({
this.channelArn,
this.channelModerators,
this.nextToken,
});