Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 424 Bytes

BodyAnyOf4.md

File metadata and controls

22 lines (16 loc) · 424 Bytes

MockServer::BodyAnyOf4

Properties

Name Type Description Notes
_not Boolean [optional]
type String [optional]
parameters KeyToMultiValue [optional]

Example

require 'mockserver-client'

instance = MockServer::BodyAnyOf4.new(
  _not: null,
  type: null,
  parameters: null
)