Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 521 Bytes

File metadata and controls

26 lines (20 loc) · 521 Bytes

MockServer::BodyAnyOf1

Properties

Name Type Description Notes
_not Boolean [optional]
type String [optional]
json String [optional]
content_type String [optional]
match_type String [optional]

Example

require 'mockserver-client'

instance = MockServer::BodyAnyOf1.new(
  _not: null,
  type: null,
  json: null,
  content_type: null,
  match_type: null
)