data class GetEncodedResponseRequest
Request object containing input parameters for the AuditsDomain.getEncodedResponse command.
<init> |
Request object containing input parameters for the AuditsDomain.getEncodedResponse command. GetEncodedResponseRequest(requestId: RequestId, encoding: String, quality: Double? = null, sizeOnly: Boolean? = null) |
encoding |
The encoding to use. val encoding: String |
quality |
The quality of the encoding (0-1). (defaults to 1) val quality: Double? |
requestId |
Identifier of the network request to get content for. val requestId: RequestId |
sizeOnly |
Whether to only return the size information (defaults to false). val sizeOnly: Boolean? |