UserDTO class

Constructors

UserDTO({UserLinkDTO? links, String? accountId, bool? active, String? displayName, String? emailAddress, String? key, String? name, String? timeZone})
UserDTO.fromJson(Map<String, Object?> json)
factory

Properties

accountId String?
The accountId of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.
final
active bool
Indicates if the customer is active (true) or inactive (false)
final
displayName String?
Customer's name for display in a UI. Depending on the customer’s privacy settings, this may return an alternative value.
final
emailAddress String?
Customer's email address. Depending on the customer’s privacy settings, this may be returned as null.
final
hashCode int
The hash code for this object.
no setterinherited
key String?
This property is no longer available and will be removed from the documentation soon. See the deprecation notice for details.
final
URLs for the customer record and related items.
final
name String?
This property is no longer available and will be removed from the documentation soon. See the deprecation notice for details.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeZone String?
Customer time zone. Depending on the customer’s privacy settings, this may be returned as null.
final

Methods

copyWith({UserLinkDTO? links, String? accountId, bool? active, String? displayName, String? emailAddress, String? key, String? name, String? timeZone}) UserDTO
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