forked from loafle/openapi-generator-original
* 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
340 B
340 B
OpenapiClient::Query
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Query | [optional] |
outcomes | Array<String> | [optional] |
Example
require 'openapi_client'
instance = OpenapiClient::Query.new(
id: null,
outcomes: null
)