A single historical revision of an entity, including the time range during which the revision was observed.

Hierarchy

  • EntityContextRevision

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
attributes: {
    [key: string]: any;
}

The set of attributes recorded for the entity at this revision. The keys depend on the kind of entity.

Type declaration

  • [key: string]: any
firstSeenAt: Date

The first time the entity was observed at this revision.

lastSeenAt: Date

The last time the entity was observed at this revision.

Generated using TypeDoc