Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。

123456789101112131415161718
  1. # DeployKey
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **created_at** | **String** | | [optional] [default to null]
  6. **fingerprint** | **String** | | [optional] [default to null]
  7. **id** | **i64** | | [optional] [default to null]
  8. **key** | **String** | | [optional] [default to null]
  9. **key_id** | **i64** | | [optional] [default to null]
  10. **read_only** | **bool** | | [optional] [default to null]
  11. **repository** | [***::models::Repository**](Repository.md) | | [optional] [default to null]
  12. **title** | **String** | | [optional] [default to null]
  13. **url** | **String** | | [optional] [default to null]
  14. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)