forked from loafle/openapi-generator-original
301 B
301 B
Petstore::Zebra
Properties
Name | Type | Description | Notes |
---|---|---|---|
type | String | [optional] | |
classname | String |
Example
require 'petstore'
instance = Petstore::Zebra.new(
type: null,
classname: null
)