SIGN IN SIGN UP

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

0 0 32 Java
2023-10-05 12:55:57 +08:00
# OpenapiClient::TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **values** | **Array<String>** | | [optional] |
## Example
```ruby
require 'openapi_client'
instance = OpenapiClient::TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.new(
values: null
)
```