GetEncodedResponseParameter

@Serializable
data class GetEncodedResponseParameter(val requestId: String, val encoding: String, val quality: Double? = null, val sizeOnly: Boolean? = null)

Constructors

Link copied to clipboard
constructor(requestId: String, encoding: String, quality: Double? = null, sizeOnly: Boolean? = null)

Properties

Link copied to clipboard

The encoding to use.

Link copied to clipboard
val quality: Double? = null

The quality of the encoding (0-1). (defaults to 1)

Link copied to clipboard

Identifier of the network request to get content for.

Link copied to clipboard
val sizeOnly: Boolean? = null

Whether to only return the size information (defaults to false).