Export Run Response
data class ExportRunResponse(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 run.
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 run.
Link copied to clipboard
The time when the export run finished.
Link copied to clipboard
The time when export was picked up to be run.
Link copied to clipboard
The export settings that were in effect for this run.
Link copied to clipboard
The identifier for the entity that triggered the export. For on-demand runs it is the user email. For scheduled runs it is 'System'.
Link copied to clipboard
The time when export was queued to be run.