[kotlin] Test array integer (enum) with kotlin client generator (#22336)

* add tests for array of enum

* update
This commit is contained in:
William Cheng
2025-11-12 16:39:01 +08:00
committed by GitHub
parent 57d304f3f6
commit 886e4a6dd0
35 changed files with 1514 additions and 0 deletions

View File

@@ -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 |