# Petstore::FakeBigDecimalMap200Response ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **some_id** | **Float** | | [optional] | | **some_map** | **Hash<String, Float>** | | [optional] | ## Example ```ruby require 'petstore' instance = Petstore::FakeBigDecimalMap200Response.new( some_id: null, some_map: null ) ```