forked from loafle/openapi-generator-original
add ruby httpx echo api tests (#16729)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# OpenapiClient::NumberPropertiesOnly
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
| ---- | ---- | ----------- | ----- |
|
||||
| **number** | **Float** | | [optional] |
|
||||
| **float** | **Float** | | [optional] |
|
||||
| **double** | **Float** | | [optional] |
|
||||
|
||||
## Example
|
||||
|
||||
```ruby
|
||||
require 'openapi_client'
|
||||
|
||||
instance = OpenapiClient::NumberPropertiesOnly.new(
|
||||
number: null,
|
||||
float: null,
|
||||
double: null
|
||||
)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user