Last updated

Class: APIStructureV2

An interface representing an Entity object.

Interface

IEntity

Implements

Table of contents

Constructors

Properties

Constructors

constructor

new APIStructureV2(structure)

Parameters

NameType
structureIStructure

Properties

createdAt

Optional createdAt: Date

The date and time when the Entity was created.

Implementation of

IStructure.createdAt


updatedAt

Optional updatedAt: Date

The date and time when the Entity was last updated.

Implementation of

IStructure.updatedAt


updatedBy

Optional updatedBy: string

The user who last updated the Entity.

Implementation of

IStructure.updatedBy


arcs

arcs: [string, string][]

Implementation of

IStructure.arcs


creator

creator: string

The creator of the Entity.

Implementation of

IStructure.creator


id

id: string

A globally unique identifier for the Entity.

Implementation of

IStructure.id


name

name: string

Implementation of

IStructure.name


ontologyId

ontologyId: string

Implementation of

IStructure.ontologyId


order

order: string[]

Implementation of

IStructure.order