mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
259 B
259 B
Petstore::ClassModel
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| _class | String | [optional] |
Example
require 'petstore'
instance = Petstore::ClassModel.new(
_class: null
)