Whether to call validate on every response before returning it.
public Unit responseValidation(Boolean responseValidation)Whether to call validate on every response before returning it.
Setting this to true is not forwards compatible with new types from the API for
existing fields.
Defaults to false, which means the shape of the response will not be validated upfront.
Instead, validation will only occur for the parts of the response that are accessed.
| Name | Type | Description |
|---|---|---|
responseValidation* | Boolean |