Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 379 Bytes

File metadata and controls

20 lines (14 loc) · 379 Bytes

Petstore::FakeBigDecimalMap200Response

Properties

Name Type Description Notes
some_id Float [optional]
some_map Hash<String, Float> [optional]

Example

require 'petstore'

instance = Petstore::FakeBigDecimalMap200Response.new(
  some_id: null,
  some_map: null
)