Interface: OrgEntityInterface
Identifiable by id.
See
https://en.wikipedia.org/wiki/Reference_(computer_science) (opens in a new tab)
Extends
Properties
| Property | Type | Description | Inherited from | 
|---|---|---|---|
| active | boolean | - | OrgInterface.active | 
| dateCreated | Date | - | OrgInterface.dateCreated | 
| dateDeleted | AuditDateDeleted | - | OrgInterface.dateDeleted | 
| dateUpdated | Date | - | OrgInterface.dateUpdated | 
| id | string | - | OrgInterface.id | 
| members? | OrgMemberInterface | - | OrgInterface.members | 
| name | string | Name | OrgInterface.name | 
| owner | ReferenceIdInterface<string> | Org Owner | OrgInterface.owner | 
| version | number | - | OrgInterface.version |