User constructor
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,
Implementation
User({
this.createdTimestamp,
this.emailAddress,
this.givenName,
this.id,
this.locale,
this.modifiedTimestamp,
this.organizationId,
this.recycleBinFolderId,
this.rootFolderId,
this.status,
this.storage,
this.surname,
this.timeZoneId,
this.type,
this.username,
});