Get Export Result
data class GetExportResult(val definition: ExportDefinitionResponse, val deliveryInfo: ExportDeliveryInfoResponse, val eTag: String? = null, val format: String? = null, val id: String, val name: String, val nextRunTimeEstimate: String, val runHistory: ExportExecutionListResultResponse? = null, val schedule: ExportScheduleResponse? = null, val type: String)
An export resource.
Constructors
Link copied to clipboard
fun GetExportResult(definition: ExportDefinitionResponse, deliveryInfo: ExportDeliveryInfoResponse, eTag: String? = null, format: String? = null, id: String, name: String, nextRunTimeEstimate: String, runHistory: ExportExecutionListResultResponse? = null, schedule: ExportScheduleResponse? = null, type: String)