Constructors

Properties

completedAt: Date

When the requested changes have been completed.

errors?: StandardError[]

Detailed errors resulting from the task.

links?: {
    [key: string]: string;
}

Link to check the status of the task.

numErrors?: number

Number of errors resulting from the requested changes.

requestedAt?: Date

Timestamp representing when the task was requested.

result?: Folder
startedAt: Date

Timestamp representing when the task was started at.

Current status of the task.

taskId: string

ID of the task.

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

Methods

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