Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 657 Bytes

BodyWithContentType.md

File metadata and controls

30 lines (24 loc) · 657 Bytes

MockServer::BodyWithContentType

Properties

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

Example

require 'mockserver-client'

instance = MockServer::BodyWithContentType.new(
  _not: null,
  type: null,
  base64_bytes: null,
  content_type: null,
  json: null,
  string: null,
  xml: null
)