PhoneNumberAssociation class
The phone number associations, such as Amazon Chime account ID, Amazon Chime user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.
Constructors
- PhoneNumberAssociation({DateTime? associatedTimestamp, PhoneNumberAssociationName? name, String? value})
-
PhoneNumberAssociation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- associatedTimestamp → DateTime?
-
The timestamp of the phone number association, in ISO 8601 format.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → PhoneNumberAssociationName?
-
Defines the association with an Amazon Chime account ID, user ID, Amazon
Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String?
-
Contains the ID for the entity specified in Name.
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