CreateCompanyUserResponse class abstract

CreateCompanyUserResponse

Properties:

Annotations
  • @BuiltValue.new()

Constructors

CreateCompanyUserResponse([void updates(CreateCompanyUserResponseBuilder 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
associatedMerchantAccounts → BuiltList<String>?
The list of merchant accounts associated with 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(CreateCompanyUserResponseBuilder)) CreateCompanyUserResponse
Rebuilds the instance.
inherited
toBuilder() CreateCompanyUserResponseBuilder
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<CreateCompanyUserResponse>
no setter