java.gitea.api/docs/PayloadUser.md

16 lines
341 B
Markdown
Raw Normal View History

2021-02-28 22:04:54 +01:00
# PayloadUser
PayloadUser represents the author or committer of a commit
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **String** | | [optional]
**name** | **String** | Full name of the commit author | [optional]
**username** | **String** | | [optional]