forked from loafle/openapi-generator-original
317 B
317 B
OpenapiClient::Bird
Properties
Name | Type | Description | Notes |
---|---|---|---|
size | String | [optional] | |
color | String | [optional] |
Example
require 'openapi_client'
instance = OpenapiClient::Bird.new(
size: null,
color: null
)