Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 497 Bytes

BodyWithContentTypeAnyOf.md

File metadata and controls

24 lines (18 loc) · 497 Bytes

MockServer::BodyWithContentTypeAnyOf

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::BodyWithContentTypeAnyOf.new(
  _not: null,
  type: null,
  base64_bytes: null,
  content_type: null
)