CreateUserResponse class abstract

CreateUserResponse

Properties:

  • links - References to resources connected with this user.
  • accountGroups - The list of account groups associated with this user.
  • active - Indicates whether this user is active.
  • apps - Set of apps available to this user
  • email - The email address of the user.
  • id - The unique identifier of the user.
  • name_ - The user's full name.
  • roles - The list of roles for this user.
  • timeZoneCode - The tz database name of the time zone of the user. For example, Europe/Amsterdam.
  • username - The username for this user.
Annotations
  • @BuiltValue.new()

Constructors

CreateUserResponse([void updates(CreateUserResponseBuilder b)])
factory

Properties

accountGroups → BuiltList<String>?
The list of account groups associated with this user.
no setter
active bool?
Indicates whether this user is active.
no setter
apps → BuiltList<String>?
Set of apps available to this user
no setter
email String
The email address of the user.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier of the user.
no setter
References to resources connected with this user.
no setter
name_ Name?
The user's full name.
no setter
roles → BuiltList<String>
The list of roles for this user.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeZoneCode String
The tz database name of the time zone of the user. For example, Europe/Amsterdam.
no setter
username String
The username for this user.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(CreateUserResponseBuilder)) CreateUserResponse
Rebuilds the instance.
inherited
toBuilder() CreateUserResponseBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<CreateUserResponse>
no setter