Get Export Result
data class GetExportResult(val accepts: String? = null, val body: String, val contentDisposition: String, val contentType: String, val exportType: String, val id: String, val parameters: Map<String, String>? = null, val restApiId: String, val stageName: String)
A collection of values returned by getExport.