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