User class

Describes a user.

Constructors

User({DateTime? createdTimestamp, String? emailAddress, String? givenName, String? id, LocaleType? locale, DateTime? modifiedTimestamp, String? organizationId, String? recycleBinFolderId, String? rootFolderId, UserStatusType? status, UserStorageMetadata? storage, String? surname, String? timeZoneId, UserType? type, String? username})
User.fromJson(Map<String, dynamic> json)
factory

Properties

createdTimestamp DateTime?
The time when the user was created.
final
emailAddress String?
The email address of the user.
final
givenName String?
The given name of the user.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the user.
final
locale LocaleType?
The locale of the user.
final
modifiedTimestamp DateTime?
The time when the user was modified.
final
organizationId String?
The ID of the organization.
final
recycleBinFolderId String?
The ID of the recycle bin folder.
final
rootFolderId String?
The ID of the root folder.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status UserStatusType?
The status of the user.
final
storage UserStorageMetadata?
The storage for the user.
final
surname String?
The surname of the user.
final
timeZoneId String?
The time zone ID of the user.
final
type UserType?
The type of user.
final
username String?
The login name of the user.
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