CreateChannelResponse constructor
CreateChannelResponse({
- String? channelArn,
- String? channelName,
- RetentionPeriod? retentionPeriod,
Implementation
CreateChannelResponse({
this.channelArn,
this.channelName,
this.retentionPeriod,
});