BulkUserLookup class
Constructors
-
BulkUserLookup({required BulkUserLookupType type, String? username, String? userKey, required String accountId, required String accountType, required String email, required String publicName, required Icon profilePicture, required String displayName, String? timeZone, bool? isExternalCollaborator, List<
OperationCheckResult> ? operations, UserDetails? details, Space? personalSpace, required BulkUserLookupExpandable expandable, required GenericLinks links}) -
BulkUserLookup.fromJson(Map<
String, Object?> json) -
factory
Properties
- accountId → String
-
final
- accountType → String
-
The account type of the user, may return empty string if unavailable.
final
- details → UserDetails?
-
final
- displayName → String
-
The displays name of the user. Depending on the user's privacy setting,
this may be the same as publicName.
final
- email → String
-
The email address of the user. Depending on the user's privacy setting,
this may return an empty string.
final
- expandable → BulkUserLookupExpandable
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isExternalCollaborator → bool
-
Whether the user is an external collaborator user
final
- links → GenericLinks
-
final
-
operations
→ List<
OperationCheckResult> -
final
- personalSpace → Space?
-
final
- profilePicture → Icon
-
final
- publicName → String
-
The public name or nickname of the user. Will always contain a value.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeZone → String?
-
This displays user time zone. Depending on the user's privacy setting,
this may return null.
final
- type → BulkUserLookupType
-
final
- userKey → String?
-
final
- username → String?
-
final
Methods
-
copyWith(
{BulkUserLookupType? type, String? username, String? userKey, String? accountId, String? accountType, String? email, String? publicName, Icon? profilePicture, String? displayName, String? timeZone, bool? isExternalCollaborator, List< OperationCheckResult> ? operations, UserDetails? details, Space? personalSpace, BulkUserLookupExpandable? expandable, GenericLinks? links}) → BulkUserLookup -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited