[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:
Alexander Eggers
2019-12-14 17:39:16 +11:00
committed by William Cheng
parent 0ffb99a48e
commit 02f5cb1a65
50 changed files with 2800 additions and 23 deletions

View 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