[Kotlin] Fix issues with threetenbp (#7516)

* fix kotlin threetenbp client

* fix typo in kotlin sample path
This commit is contained in:
William Cheng
2018-01-28 21:40:22 +08:00
committed by GitHub
parent a811a48c3f
commit c69925b53a
426 changed files with 5101 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
# User
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **kotlin.Long** | | [optional]
**username** | **kotlin.String** | | [optional]
**firstName** | **kotlin.String** | | [optional]
**lastName** | **kotlin.String** | | [optional]
**email** | **kotlin.String** | | [optional]
**password** | **kotlin.String** | | [optional]
**phone** | **kotlin.String** | | [optional]
**userStatus** | **kotlin.Int** | User Status | [optional]