# Petstore::ClassModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **_class** | **String** | | [optional] | ## Example ```ruby require 'petstore' instance = Petstore::ClassModel.new( _class: null ) ```