mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 08:46:55 +00:00
add ruby httpx echo api tests (#16729)
This commit is contained in:
22
samples/client/echo_api/ruby-httpx/docs/DataQuery.md
Normal file
22
samples/client/echo_api/ruby-httpx/docs/DataQuery.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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
|
||||
|
||||
```ruby
|
||||
require 'openapi_client'
|
||||
|
||||
instance = OpenapiClient::DataQuery.new(
|
||||
suffix: null,
|
||||
text: Some text,
|
||||
date: null
|
||||
)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user