Class ExecuteDefaultPolicyWithInputRequest
public class ExecuteDefaultPolicyWithInputRequest
- Inheritance
-
ExecuteDefaultPolicyWithInputRequest
- Inherited Members
Properties
AcceptEncoding
Indicates the server should respond with a gzip encoded body. The server will send the compressed response only if its length is above server.encoding.gzip.min_length
value. See the configuration section
public GzipAcceptEncoding? AcceptEncoding { get; set; }
Property Value
Input
The input document
public Input Input { get; set; }
Property Value
Pretty
If parameter is true
, response will formatted for humans.
public bool? Pretty { get; set; }
Property Value
- bool?