hub
1.0.0-Alpha4-dev10
jvm
imahub-sdk-hub-core
/
imahub.sdk.hub.dtos
/
AccountInfo
Account
Info
data
class
AccountInfo
(
val
uuid
:
UUID
,
val
name
:
String
)
Represents the end-user's account information.
Members
Constructors
Account
Info
Link copied to clipboard
constructor
(
uuid
:
UUID
,
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
The name of the end-user.
uuid
Link copied to clipboard
val
uuid
:
UUID
The
UUID
of the end-user.