openapi-generator/samples/client/echo_api/ruby-faraday/docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
William Cheng 10da7a3c5a
[Ruby] add file download tests (#17362)
* 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
2023-12-09 22:05:27 +08:00

388 B

OpenapiClient::TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter

Properties

Name Type Description Notes
values Array<String> [optional]

Example

require 'openapi_client'

instance = OpenapiClient::TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.new(
  values: null
)