Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 487 Bytes

File metadata and controls

24 lines (18 loc) · 487 Bytes

MockServer::BodyWithContentTypeAnyOf2

Properties

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

Example

require 'mockserver-client'

instance = MockServer::BodyWithContentTypeAnyOf2.new(
  _not: null,
  type: null,
  string: null,
  content_type: null
)