mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-23 10:57:05 +00:00
[kotlin] Test array integer (enum) with kotlin client generator (#22336)
* add tests for array of enum * update
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
|
||||
# ModelWithIntArrayEnum
|
||||
|
||||
## Properties
|
||||
| Name | Type | Description | Notes |
|
||||
| ------------ | ------------- | ------------- | ------------- |
|
||||
| **daysOfWeek** | [**inline**](#kotlin.collections.List<DaysOfWeek>) | | |
|
||||
|
||||
|
||||
<a id="kotlin.collections.List<DaysOfWeek>"></a>
|
||||
## Enum: daysOfWeek
|
||||
| Name | Value |
|
||||
| ---- | ----- |
|
||||
| daysOfWeek | 0, 1, 2, 3, 4, 5, 6 |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user