Class: SDKUser
An interface representing an Entity object.
Interface
IEntity
Implements
Table of contents
Constructors
Properties
Constructors
constructor
• new SDKUser(user
)
Parameters
Name | Type |
---|---|
user | Partial <SDKUser > |
Properties
avatar
• avatar: string
Implementation of
boarded
• boarded: boolean
Implementation of
createdAt
• createdAt: IDate
The date and time when the Entity was created.
Implementation of
• email: string
Implementation of
firstName
• firstName: string
Implementation of
hash
• hash: string
Implementation of
id
• id: string
A globally unique identifier for the Entity.
Implementation of
interest
• interest: string
Implementation of
lastName
• lastName: string
Implementation of
org
• org: string
Implementation of
username
• username: string