Export Execution Response
data class ExportExecutionResponse(val eTag: String? = null, val error: ErrorDetailsResponse? = null, val executionType: String? = null, val fileName: String? = null, val id: String, val name: String, val processingEndTime: String? = null, val processingStartTime: String? = null, val runSettings: CommonExportPropertiesResponse? = null, val status: String? = null, val submittedBy: String? = null, val submittedTime: String? = null, val type: String)
An export execution.
Constructors
Link copied to clipboard
constructor(eTag: String? = null, error: ErrorDetailsResponse? = null, executionType: String? = null, fileName: String? = null, id: String, name: String, processingEndTime: String? = null, processingStartTime: String? = null, runSettings: CommonExportPropertiesResponse? = null, status: String? = null, submittedBy: String? = null, submittedTime: String? = null, type: String)
Properties
Link copied to clipboard
The details of any error.
Link copied to clipboard
The type of the export execution.
Link copied to clipboard
The time when the export execution finished.
Link copied to clipboard
The time when export was picked up to be executed.
Link copied to clipboard
The export settings that were in effect for this execution.
Link copied to clipboard
The identifier for the entity that executed the export. For OnDemand executions it is the user email. For scheduled executions it is 'System'.
Link copied to clipboard
The time when export was queued to be executed.