UserSummary class

Contains summary information about a user.

Constructors

UserSummary({String? arn, String? id, String? username})
UserSummary.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the user account.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The identifier of the user account.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
The Amazon Connect user name of the user account.
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