UpdatePhoneNumberRequestItem class
The phone number ID, product type, or calling name fields to update, used with the BatchUpdatePhoneNumber and UpdatePhoneNumber actions.
Constructors
- UpdatePhoneNumberRequestItem({required String phoneNumberId, String? callingName, PhoneNumberProductType? productType})
Properties
- callingName → String?
-
The outbound calling name to update.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- phoneNumberId → String
-
The phone number ID to update.
final
- productType → PhoneNumberProductType?
-
The product type to update.
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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited