Files
gotify-android-client/client/docs/UserWithPass.md
Jannis Mattheis 4edaa1943f Update client
2020-07-13 19:41:39 +02:00

14 lines
348 B
Markdown

# UserWithPass
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**admin** | **Boolean** | If the user is an administrator. | [optional]
**id** | **Long** | The user id. |
**name** | **String** | The user name. For login. |
**pass** | **String** | The user password. For login. |