SMSChannelResponse constructor

SMSChannelResponse({
  1. required String platform,
  2. String? applicationId,
  3. String? creationDate,
  4. bool? enabled,
  5. bool? hasCredential,
  6. String? id,
  7. bool? isArchived,
  8. String? lastModifiedBy,
  9. String? lastModifiedDate,
  10. int? promotionalMessagesPerSecond,
  11. String? senderId,
  12. String? shortCode,
  13. int? transactionalMessagesPerSecond,
  14. int? version,
})

Implementation

SMSChannelResponse({
  required this.platform,
  this.applicationId,
  this.creationDate,
  this.enabled,
  this.hasCredential,
  this.id,
  this.isArchived,
  this.lastModifiedBy,
  this.lastModifiedDate,
  this.promotionalMessagesPerSecond,
  this.senderId,
  this.shortCode,
  this.transactionalMessagesPerSecond,
  this.version,
});