mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-04 18:53:48 +00:00
243 B
243 B
Petstore::Dog
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| breed | String | [optional] |
Example
require 'petstore'
instance = Petstore::Dog.new(
breed: null
)