Model definition for a content folder version. Contains metadata describing the version of the folder. It can be used to view edit history of a folder.

Constructors

Properties

id: string

ID of this folder version.

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

Methods

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