EmailChannelResponse constructor
EmailChannelResponse({
- required String platform,
- String? applicationId,
- String? configurationSet,
- String? creationDate,
- bool? enabled,
- String? fromAddress,
- bool? hasCredential,
- String? id,
- String? identity,
- bool? isArchived,
- String? lastModifiedBy,
- String? lastModifiedDate,
- int? messagesPerSecond,
- String? roleArn,
- int? version,
Implementation
EmailChannelResponse({
required this.platform,
this.applicationId,
this.configurationSet,
this.creationDate,
this.enabled,
this.fromAddress,
this.hasCredential,
this.id,
this.identity,
this.isArchived,
this.lastModifiedBy,
this.lastModifiedDate,
this.messagesPerSecond,
this.roleArn,
this.version,
});