Common Export Properties Response
data class CommonExportPropertiesResponse(val definition: ExportDefinitionResponse, val deliveryInfo: ExportDeliveryInfoResponse, val format: String? = null, val nextRunTimeEstimate: String, val runHistory: ExportExecutionListResultResponse? = null)
The common properties of the export.
Constructors
Link copied to clipboard
constructor(definition: ExportDefinitionResponse, deliveryInfo: ExportDeliveryInfoResponse, format: String? = null, nextRunTimeEstimate: String, runHistory: ExportExecutionListResultResponse? = null)
Properties
Link copied to clipboard
Has the definition for the export.
Link copied to clipboard
Has delivery information for the export.
Link copied to clipboard
If the export has an active schedule, provides an estimate of the next execution time.
Link copied to clipboard
If requested, has the most recent execution history for the export.