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
438 B
438 B
OpenapiClient::DataQuery
Properties
Name | Type | Description | Notes |
---|---|---|---|
suffix | String | test suffix | [optional] |
text | String | Some text containing white spaces | [optional] |
date | Time | A date | [optional] |
Example
require 'openapi_client'
instance = OpenapiClient::DataQuery.new(
suffix: null,
text: Some text,
date: null
)