docs/interfaces/management.Management.GetJobResponseContent.html
interface GetJobResponseContent {
status: string;
type: string;
created_at?: string;
id: string;
connection_id?: string;
location?: string;
percentage_done?: number;
time_left_seconds?: number;
format?: Management.JobFileFormatEnum;
status_details?: string;
summary?: GetJobSummary;
key: string: any;
}
Accepts any additional properties
statustypecreated_at?idconnection_id?location?percentage_done?time_left_seconds?format?status_details?summary?
status: string
Status of this job.
type: string
Type of job this is.
Optionalcreated_atcreated_at?: string
When this job was created.
id: string
ID of this job.
Optionalconnection_idconnection_id?: string
connection_id of the connection this job uses.
Optionallocationlocation?: string
URL to download the result of this job.
Optionalpercentage_donepercentage_done?: number
Completion percentage of this job.
Optionaltime_left_secondstime_left_seconds?: number
Estimated time remaining before job completes.
Optionalformatformat?: Management.JobFileFormatEnum
Optionalstatus_detailsstatus_details?: string
Status details.
Optionalsummarysummary?: GetJobSummary
Member Visibility
ThemeOSLightDark
Properties statustypecreated_atidconnection_idlocationpercentage_donetime_left_secondsformatstatus_detailssummary