Constructors

Properties

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

Methods