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
fun CommonExportPropertiesResponse(definition: ExportDefinitionResponse, deliveryInfo: ExportDeliveryInfoResponse, format: String? = null, nextRunTimeEstimate: String, runHistory: ExportExecutionListResultResponse? = null)