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