Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 393 Bytes

File metadata and controls

22 lines (16 loc) · 393 Bytes

MockServer::BodyAnyOf8

Properties

Name Type Description Notes
_not Boolean [optional]
type String [optional]
xml_schema String [optional]

Example

require 'mockserver-client'

instance = MockServer::BodyAnyOf8.new(
  _not: null,
  type: null,
  xml_schema: null
)