forked from loafle/openapi-generator-original
R echo client tests (#17629)
* add r echo api client sample * add r workflow * fix * add env * set r version * install curl * install dep * fix * comment out installation
This commit is contained in:
13
samples/client/echo_api/r/docs/DataQuery.md
Normal file
13
samples/client/echo_api/r/docs/DataQuery.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# openapi::DataQuery
|
||||
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **integer** | Query | [optional]
|
||||
**outcomes** | **array[character]** | | [optional] [default to [SUCCESS, FAILURE]] [Enum: ]
|
||||
**suffix** | **character** | test suffix | [optional]
|
||||
**text** | **character** | Some text containing white spaces | [optional]
|
||||
**date** | **character** | A date | [optional]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user