Interface: IEntity
sdkApi/interfaces/entities/base.IEntity
An interface representing an Entity object.
Interface
IEntity
Hierarchy
Table of contents
Properties
Properties
clientId
• Optional
clientId: string
A local identifier for the Entity, unique within the client.
createdAt
• Optional
createdAt: IDate
The date and time when the Entity was created.
creator
• Optional
creator: string
The creator of the Entity.
id
• id: string
A globally unique identifier for the Entity.
updatedAt
• Optional
updatedAt: IDate
The date and time when the Entity was last updated.
updatedBy
• Optional
updatedBy: string
The user who last updated the Entity.