Object for updating folders.

Constructors

Properties

id: string

ID of the folder to change.

name?: string

New name. If specified the folder's name and fullPath will change. All children of the folder will be updated accordingly.

parentFolderId?: number

New parent folderId. If changed, the folder and all it's children will be moved into the specified folder. parentFolderId and parentFolderPath cannot be specified at the same time.

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

Methods

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