Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 383 Bytes

BodyAnyOf5.md

File metadata and controls

22 lines (16 loc) · 383 Bytes

MockServer::BodyAnyOf5

Properties

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

Example

require 'mockserver-client'

instance = MockServer::BodyAnyOf5.new(
  _not: null,
  type: null,
  regex: null
)