CompressionResponse

data class CompressionResponse(val type: String)

Describes how input data is compressed

Constructors

Link copied to clipboard
constructor(type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests.