SMSChannelResponse class

Provides information about the status and settings of the SMS channel for an application.

Constructors

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})
SMSChannelResponse.fromJson(Map<String, dynamic> json)
factory

Properties

applicationId String?
The unique identifier for the application that the SMS channel applies to.
final
creationDate String?
The date and time, in ISO 8601 format, when the SMS channel was enabled.
final
enabled bool?
Specifies whether the SMS channel is enabled for the application.
final
hasCredential bool?
(Not used) This property is retained only for backward compatibility.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
(Deprecated) An identifier for the SMS channel. This property is retained only for backward compatibility.
final
isArchived bool?
Specifies whether the SMS channel is archived.
final
lastModifiedBy String?
The user who last modified the SMS channel.
final
lastModifiedDate String?
The date and time, in ISO 8601 format, when the SMS channel was last modified.
final
platform String
The type of messaging or notification platform for the channel. For the SMS channel, this value is SMS.
final
promotionalMessagesPerSecond int?
The maximum number of promotional messages that you can send through the SMS channel each second.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderId String?
The identity that displays on recipients' devices when they receive messages from the SMS channel.
final
shortCode String?
The registered short code to use when you send messages through the SMS channel.
final
transactionalMessagesPerSecond int?
The maximum number of transactional messages that you can send through the SMS channel each second.
final
version int?
The current version of the SMS channel.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited