GetExportResult

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.

Constructors

Link copied to clipboard
constructor(accepts: String? = null, body: String, contentDisposition: String, contentType: String, exportType: String, id: String, parameters: Map<String, String>? = null, restApiId: String, stageName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accepts: String? = null
Link copied to clipboard

API Spec.

Link copied to clipboard

Content-disposition header value in the HTTP response.

Link copied to clipboard

Content-type header value in the HTTP response.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val parameters: Map<String, String>? = null
Link copied to clipboard
Link copied to clipboard