Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 477 Bytes

File metadata and controls

24 lines (18 loc) · 477 Bytes

Petstore::PropertyNameMapping

Properties

Name Type Description Notes
http_debug_operation String [optional]
_type String [optional]
type String [optional]
type_ String [optional]

Example

require 'petstore'

instance = Petstore::PropertyNameMapping.new(
  http_debug_operation: null,
  _type: null,
  type: null,
  type_: null
)