Defines an association between two object types.

Constructors

Properties

createdAt?: Date

When the association was defined.

fromObjectTypeId: string

ID of the primary object type to link from.

id: string

A unique ID for this association.

name?: string

A unique name for this association.

toObjectTypeId: string

ID of the target object type to link to.

updatedAt?: Date

When the association was last updated.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]