| Name | Type | Description | Notes |
|---|---|---|---|
| delay | Delay | [optional] | |
| template_type | String | [optional] | |
| template | String | [optional] |
require 'mockserver-client'
instance = MockServer::HttpTemplate.new(
delay: null,
template_type: null,
template: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| delay | Delay | [optional] | |
| template_type | String | [optional] | |
| template | String | [optional] |
require 'mockserver-client'
instance = MockServer::HttpTemplate.new(
delay: null,
template_type: null,
template: null
)