ExportExecutionResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The details of any error.

Link copied to clipboard
val eTag: String? = null

eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.

Link copied to clipboard
val executionType: String? = null

The type of the export execution.

Link copied to clipboard
val fileName: String? = null

The name of the exported file.

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard

Resource name.

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
val status: String? = null

The last known status of the export execution.

Link copied to clipboard
val submittedBy: String? = null

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
val submittedTime: String? = null

The time when export was queued to be executed.

Link copied to clipboard

Resource type.