# Petstore::PropertyNameMapping ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **http_debug_operation** | **String** | | [optional] | | **underscore_type** | **String** | | [optional] | | **type** | **String** | | [optional] | | **type_with_underscore** | **String** | | [optional] | ## Example ```ruby require 'petstore' instance = Petstore::PropertyNameMapping.new( http_debug_operation: null, underscore_type: null, type: null, type_with_underscore: null ) ```