Get Encoded Response Response
data class GetEncodedResponseResponse(body: String?, originalSize: Int, encodedSize: Int)
Content copied to clipboard
Represents response frame that is returned from 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
GetEncodedResponseResponse
Link copied to clipboard
fun GetEncodedResponseResponse(body: String? = null, originalSize: Int, encodedSize: Int)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard