mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 13:10:53 +00:00
* Issue #10591 kotlin enum defaultValue * Updated sample * Register sample Co-authored-by: Eric Durand-Tremblay <etremblay@kronostechnologies.com>
580 B
580 B
Pet
Properties
Name | Type | Description | Notes |
---|---|---|---|
name | kotlin.String | ||
photoUrls | kotlin.collections.List<kotlin.String> | ||
id | kotlin.Long | [optional] | |
category | Category | [optional] | |
tags | kotlin.collections.List<Tag> | [optional] | |
status | inline | pet status in the store | [optional] |
Enum: status
Name | Value |
---|---|
status | available, pending, sold |