Class BoardExportTaskResultInternal

Board export task results.

Hierarchy

  • BoardExportTaskResult

Constructors

Properties

boardId: string

Unique identifier of the board.

errorMessage?: string

Contains the description of the error that occurred during a board export task.

exportLink?: string

URL of the S3 bucket that contains the exported files.

status: string

Indicates the status of the individual board export task. Possible values: SUCCESS: the board export task was completed successfully and the results are available. ERROR: the board export task encountered an error and failed to complete. The errorMessage field provides more information on the error.