Class: SDKAccount
An interface representing an Entity object.
Interface
IEntity
Implements
Table of contents
Constructors
Properties
Constructors
constructor
• new SDKAccount(init?)
Parameters
| Name | Type |
|---|---|
init? | Partial<SDKAccount> |
Properties
createdAt
• createdAt: string | number
The date and time when the Entity was created.
Implementation of
id
• id: string
A globally unique identifier for the Entity.
Implementation of
name
• name: string
Implementation of
org
• org: string | SDKOrg
Implementation of
owner
• owner: string | SDKUser
Implementation of
updatedAt
• updatedAt: string | number
The date and time when the Entity was last updated.