mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
388 B
388 B
OpenapiClient::TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| values | Array<String> | [optional] |
Example
require 'openapi_client'
instance = OpenapiClient::TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.new(
values: null
)