Last updated

Class: SDKUser

An interface representing an Entity object.

Interface

IEntity

Implements

Table of contents

Constructors

Properties

Constructors

constructor

new SDKUser(user)

Parameters

NameType
userPartial<SDKUser>

Properties

avatar

avatar: string

Implementation of

IUser.avatar


boarded

boarded: boolean

Implementation of

IUser.boarded


createdAt

createdAt: IDate

The date and time when the Entity was created.

Implementation of

IUser.createdAt


email

email: string

Implementation of

IUser.email


firstName

firstName: string

Implementation of

IUser.firstName


hash

hash: string

Implementation of

IUser.hash


id

id: string

A globally unique identifier for the Entity.

Implementation of

IUser.id


interest

interest: string

Implementation of

IUser.interest


lastName

lastName: string

Implementation of

IUser.lastName


org

org: string

Implementation of

IUser.org


username

username: string

Implementation of

IUser.username