mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-20 08:30:58 +00:00
260 B
260 B
Petstore::Dog
Properties
Name | Type | Description | Notes |
---|---|---|---|
breed | String | [optional] |
Code Sample
require 'Petstore'
instance = Petstore::Dog.new(breed: null)