ExportRunResponse

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)

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 run.

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

The last known status of the export run.

Link copied to clipboard
val submittedBy: String? = null

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

The time when export was queued to be run.

Link copied to clipboard

Resource type.