mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 22:57:07 +00:00
[Kotlin][Client] Added new option to enable moshi code generator (#4781)
* Added new option to enable moshi code generator * Tweaking Serializer template
This commit is contained in:
committed by
William Cheng
parent
0ffb99a48e
commit
02f5cb1a65
22
samples/client/petstore/kotlin-moshi-codegen/docs/Pet.md
Normal file
22
samples/client/petstore/kotlin-moshi-codegen/docs/Pet.md
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
# Pet
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **kotlin.Long** | | [optional]
|
||||
**category** | [**Category**](Category.md) | | [optional]
|
||||
**name** | **kotlin.String** | |
|
||||
**photoUrls** | **kotlin.Array<kotlin.String>** | |
|
||||
**tags** | [**kotlin.Array<Tag>**](Tag.md) | | [optional]
|
||||
**status** | [**inline**](#StatusEnum) | pet status in the store | [optional]
|
||||
|
||||
|
||||
<a name="StatusEnum"></a>
|
||||
## Enum: status
|
||||
Name | Value
|
||||
---- | -----
|
||||
status | available, pending, sold
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user