Class: SDKOrg
An interface representing an Entity object.
Interface
IEntity
Implements
Table of contents
Constructors
Properties
Constructors
constructor
• new SDKOrg(init?)
Parameters
| Name | Type |
|---|---|
init? | Partial<SDKOrg> |
Properties
name
• name: string
Implementation of
createdAt
• createdAt: string | number
The date and time when the Entity was created.
Implementation of
updatedAt
• updatedAt: string | number
The date and time when the Entity was last updated.
Implementation of
owner
• owner: SDKUser
Implementation of
groups
• groups: SDKGroup[]
Implementation of
members
• members: SDKUser[]
Implementation of
plan
• plan: "freemium" | "premium"
Implementation of
account
• Optional account: SDKAccount
Implementation of
role
• Optional role: OrgRole
Implementation of
industry
• industry: OrgIndustry
Implementation of
size
• size: OrgSize
Implementation of
id
• id: string
A globally unique identifier for the Entity.
Implementation of
clientId
• Optional clientId: string
A local identifier for the Entity, unique within the client.
Implementation of
creator
• Optional creator: string
The creator of the Entity.
Implementation of
updatedBy
• Optional updatedBy: string
The user who last updated the Entity.