Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 467 Bytes

BodyAnyOf.md

File metadata and controls

24 lines (18 loc) · 467 Bytes

MockServer::BodyAnyOf

Properties

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

Example

require 'mockserver-client'

instance = MockServer::BodyAnyOf.new(
  _not: null,
  type: null,
  base64_bytes: null,
  content_type: null
)