Information on the task that has been started, and where to check it's status.

Constructors

Properties

id: string

ID of the task

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

Links for where to check information related to the task. The status link gives the URL for where to check the status 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;
    }[]