| Name | Type | Description | Notes |
|---|---|---|---|
| delay | Delay | [optional] | |
| host | String | [optional] | |
| port | Integer | [optional] | |
| scheme | String | [optional] |
require 'mockserver-client'
instance = MockServer::HttpForward.new(
delay: null,
host: null,
port: null,
scheme: null
)