mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
* add new ruby echo api clients * add tests for ruby faraday file download * add file download test to ruby Typhoeus * add ruby workflow, add tests for ruby httpx * update * fix
547 B
547 B
OpenapiClient::TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter
Properties
Name | Type | Description | Notes |
---|---|---|---|
size | String | [optional] | |
color | String | [optional] | |
id | Integer | [optional] | |
name | String | [optional] |
Example
require 'openapi_client'
instance = OpenapiClient::TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.new(
size: null,
color: null,
id: 1,
name: Dogs
)