| Name | Type | Description | Notes |
|---|---|---|---|
| delay | Delay | [optional] | |
| drop_connection | Boolean | [optional] | |
| response_bytes | String | [optional] |
require 'mockserver-client'
instance = MockServer::HttpError.new(
delay: null,
drop_connection: null,
response_bytes: null
)