This repository has been archived on 2020-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-sdk/docs/PublicKey.md
jolheiser fc382e2e9d
Initial generation
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-01-10 20:43:26 -06:00

833 B

PublicKey

Properties

Name Type Description Notes
CreatedAt time.Time [optional] [default to null]
Fingerprint string [optional] [default to null]
Id int64 [optional] [default to null]
Key string [optional] [default to null]
KeyType string [optional] [default to null]
ReadOnly bool [optional] [default to null]
Title string [optional] [default to null]
Url string [optional] [default to null]
User *User [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]