| Name | Type | Description | Notes |
|---|---|---|---|
| _not | Boolean | [optional] | |
| type | String | [optional] | |
| json | String | [optional] | |
| content_type | String | [optional] |
require 'mockserver-client'
instance = MockServer::BodyWithContentTypeAnyOf1.new(
_not: null,
type: null,
json: null,
content_type: null
)