UserDTO class
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
-
links
→ UserLinkDTO?
-
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