forked from loafle/openapi-generator-original
[Kotlin] Fix issues with threetenbp (#7516)
* fix kotlin threetenbp client * fix typo in kotlin sample path
This commit is contained in:
17
samples/client/petstore/kotlin-string/docs/User.md
Normal file
17
samples/client/petstore/kotlin-string/docs/User.md
Normal 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]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user