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:
17
samples/client/echo_api/r/docs/DefaultValue.md
Normal file
17
samples/client/echo_api/r/docs/DefaultValue.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# openapi::DefaultValue
|
||||
|
||||
to test the default value of properties
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**array_string_enum_ref_default** | [**array[StringEnumRef]**](StringEnumRef.md) | | [optional] [default to ["success","failure"]]
|
||||
**array_string_enum_default** | **array[character]** | | [optional] [default to ["success","failure"]] [Enum: ]
|
||||
**array_string_default** | **array[character]** | | [optional] [default to ["failure","skipped"]]
|
||||
**array_integer_default** | **array[integer]** | | [optional] [default to [1,3]]
|
||||
**array_string** | **array[character]** | | [optional]
|
||||
**array_string_nullable** | **array[character]** | | [optional]
|
||||
**array_string_extension_nullable** | **array[character]** | | [optional]
|
||||
**string_nullable** | **character** | | [optional]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user