User class
The user on the Amazon Chime account.
Constructors
- User({required String userId, String? accountId, AlexaForBusinessMetadata? alexaForBusinessMetadata, String? displayName, DateTime? invitedOn, License? licenseType, String? personalPIN, String? primaryEmail, String? primaryProvisionedNumber, DateTime? registeredOn, InviteStatus? userInvitationStatus, RegistrationStatus? userRegistrationStatus, UserType? userType})
-
User.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountId → String?
-
The Amazon Chime account ID.
final
- alexaForBusinessMetadata → AlexaForBusinessMetadata?
-
The Alexa for Business metadata.
final
- displayName → String?
-
The display name of the user.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- invitedOn → DateTime?
-
Date and time when the user is invited to the Amazon Chime account, in ISO
8601 format.
final
- licenseType → License?
-
The license type for the user.
final
- personalPIN → String?
-
The user's personal meeting PIN.
final
- primaryEmail → String?
-
The primary email address of the user.
final
- primaryProvisionedNumber → String?
-
The primary phone number associated with the user.
final
- registeredOn → DateTime?
-
Date and time when the user is registered, in ISO 8601 format.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userId → String
-
The user ID.
final
- userInvitationStatus → InviteStatus?
-
The user invite status.
final
- userRegistrationStatus → RegistrationStatus?
-
The user registration status.
final
- userType → UserType?
-
The user type.
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