PhoneNumberCapabilities class
The phone number capabilities for Amazon Chime Business Calling phone numbers, such as enabled inbound and outbound calling and text messaging.
Constructors
- PhoneNumberCapabilities({bool? inboundCall, bool? inboundMMS, bool? inboundSMS, bool? outboundCall, bool? outboundMMS, bool? outboundSMS})
-
PhoneNumberCapabilities.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inboundCall → bool?
-
Allows or denies inbound calling for the specified phone number.
final
- inboundMMS → bool?
-
Allows or denies inbound MMS messaging for the specified phone number.
final
- inboundSMS → bool?
-
Allows or denies inbound SMS messaging for the specified phone number.
final
- outboundCall → bool?
-
Allows or denies outbound calling for the specified phone number.
final
- outboundMMS → bool?
-
Allows or denies outbound MMS messaging for the specified phone number.
final
- outboundSMS → bool?
-
Allows or denies outbound SMS messaging for the specified phone number.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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