forked from loafle/openapi-generator-original
560 B
560 B
EnumArrays
Properties
Name | Type | Description | Notes |
---|---|---|---|
justEnum | JustEnumEnum | [optional] | |
arrayEnum | List<ArrayEnumEnum> | [optional] |
Enum: JustEnumEnum
Name | Value |
---|---|
BIRD | "bird" |
EAGLE | "eagle" |
Enum: List<ArrayEnumEnum>
Name | Value |
---|---|
FISH | "fish" |
CRAB | "crab" |