forked from loafle/openapi-generator-original
260 B
260 B
Petstore::Dog
Properties
Name | Type | Description | Notes |
---|---|---|---|
breed | String | [optional] |
Code Sample
require 'Petstore'
instance = Petstore::Dog.new(breed: null)