Constructors

Properties

_new: boolean
archived?: boolean
archivedAt?: Date
createdAt: Date
id: string
properties: {
    [key: string]: string;
}
propertiesWithHistory?: {
    [key: string]: ValueWithTimestamp[];
}
updatedAt: Date
attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods