Get Encoded Response Request
data class GetEncodedResponseRequest(requestId: RequestId, encoding: String, quality: Double?, sizeOnly: Boolean?)
Content copied to clipboard
Represents request frame that can be used with Audits#getEncodedResponse operation call.
Returns the response body and size if it were re-encoded with the specified settings. Only applies to images.
See also
Constructors
GetEncodedResponseRequest
Link copied to clipboard
fun GetEncodedResponseRequest(requestId: RequestId, encoding: String, quality: Double? = null, sizeOnly: Boolean? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard