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