Skip to content

Files

Latest commit

 

History

History
22 lines (16 loc) · 391 Bytes

BodyAnyOf3.md

File metadata and controls

22 lines (16 loc) · 391 Bytes

MockServer::BodyAnyOf3

Properties

Name Type Description Notes
_not Boolean [optional]
type String [optional]
json_path String [optional]

Example

require 'mockserver-client'

instance = MockServer::BodyAnyOf3.new(
  _not: null,
  type: null,
  json_path: null
)