GetExportResult

data class GetExportResult(val apiId: String, val body: String, val exportVersion: String? = null, val id: String, val includeExtensions: Boolean? = null, val outputType: String, val specification: String, val stageName: String? = null)

A collection of values returned by getExport.

Constructors

Link copied to clipboard
constructor(apiId: String, body: String, exportVersion: String? = null, id: String, includeExtensions: Boolean? = null, outputType: String, specification: String, stageName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

ID of the API.

Link copied to clipboard
val exportVersion: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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