EmailChannelResponse constructor

EmailChannelResponse({
  1. required String platform,
  2. String? applicationId,
  3. String? configurationSet,
  4. String? creationDate,
  5. bool? enabled,
  6. String? fromAddress,
  7. bool? hasCredential,
  8. String? id,
  9. String? identity,
  10. bool? isArchived,
  11. String? lastModifiedBy,
  12. String? lastModifiedDate,
  13. int? messagesPerSecond,
  14. String? roleArn,
  15. 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,
});