Class: APIStructureV2
An interface representing an Entity object.
Interface
IEntity
Implements
Table of contents
Constructors
Properties
Constructors
constructor
• new APIStructureV2(structure
)
Parameters
Name | Type |
---|---|
structure | IStructure |
Properties
createdAt
• Optional
createdAt: Date
The date and time when the Entity was created.
Implementation of
updatedAt
• Optional
updatedAt: Date
The date and time when the Entity was last updated.
Implementation of
updatedBy
• Optional
updatedBy: string
The user who last updated the Entity.
Implementation of
arcs
• arcs: [string
, string
][]
Implementation of
creator
• creator: string
The creator of the Entity.
Implementation of
id
• id: string
A globally unique identifier for the Entity.
Implementation of
name
• name: string
Implementation of
ontologyId
• ontologyId: string
Implementation of
order
• order: string
[]