SMSChannelResponse constructor
SMSChannelResponse({
- required String platform,
- String? applicationId,
- String? creationDate,
- bool? enabled,
- bool? hasCredential,
- String? id,
- bool? isArchived,
- String? lastModifiedBy,
- String? lastModifiedDate,
- int? promotionalMessagesPerSecond,
- String? senderId,
- String? shortCode,
- int? transactionalMessagesPerSecond,
- 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,
});