struct Protocol::Audits::GetEncodedResponse
- Protocol::Audits::GetEncodedResponse
- Struct
- Value
- Object
Overview
Returns the response body and size if it were re-encoded with the specified settings. Only applies to images.
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/audits.crConstructors
Instance Method Summary
-
#body : String | Nil
The encoded body as a base64 string.
-
#encoded_size : Int::Primitive
Size after re-encoding.
-
#original_size : Int::Primitive
Size before re-encoding.
Constructor Detail
Instance Method Detail
def body : String | Nil
#
The encoded body as a base64 string. Omitted if sizeOnly is true. (Encoded as a base64 string when passed over JSON)