Files Files Upload and manage files.

OpenAPI spec version: v3

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Constructors

Properties

archived: boolean

Marks whether the folder is deleted or not.

archivedAt?: Date

Timestamp of folder deletion.

createdAt: Date

Timestamp of folder creation.

id: string

ID of the folder.

name?: string

Name of the folder.

parentFolderId?: string

ID of the parent folder.

path?: string

Path of the folder in the file manager.

updatedAt: Date

Timestamp of the latest update to the folder.

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

Methods

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