Files
openapi-generator/samples/client/petstore/ruby/docs/DogAllOf.md
2020-12-05 18:27:49 +08:00

253 B

Petstore::DogAllOf

Properties

Name Type Description Notes
breed String [optional]

Example

require 'petstore'

instance = Petstore::DogAllOf.new(
  breed: null
)