Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 481 Bytes

BodyWithContentTypeAnyOf3.md

File metadata and controls

24 lines (18 loc) · 481 Bytes

MockServer::BodyWithContentTypeAnyOf3

Properties

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

Example

require 'mockserver-client'

instance = MockServer::BodyWithContentTypeAnyOf3.new(
  _not: null,
  type: null,
  xml: null,
  content_type: null
)