Model definition for a content folder.

Constructors

Properties

category: number

The type of object this folder applies to. Should always be LANDING_PAGE.

created: Date
deletedAt: Date

The timestamp (ISO8601 format) when this content folder was deleted.

id: string

The unique ID of the content folder.

name: string

The name of the folder which will show up in the app dashboard

parentFolderId: number

The ID of the content folder this folder is nested under

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

Methods

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