Last updated

Class: SDKAccount

An interface representing an Entity object.

Interface

IEntity

Implements

Table of contents

Constructors

Properties

Constructors

constructor

new SDKAccount(init?)

Parameters

NameType
init?Partial<SDKAccount>

Properties

createdAt

createdAt: string | number

The date and time when the Entity was created.

Implementation of

IAccount.createdAt


id

id: string

A globally unique identifier for the Entity.

Implementation of

IAccount.id


name

name: string

Implementation of

IAccount.name


org

org: string | SDKOrg

Implementation of

IAccount.org


owner

owner: string | SDKUser

Implementation of

IAccount.owner


updatedAt

updatedAt: string | number

The date and time when the Entity was last updated.

Implementation of

IAccount.updatedAt