Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.

ContentsResponse.md 1.6KB

il y a 4 ans
1234567891011121314151617181920212223
  1. # ContentsResponse
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **_links** | [***::models::FileLinksResponse**](FileLinksResponse.md) | | [optional] [default to null]
  6. **content** | **String** | `content` is populated when `type` is `file`, otherwise null | [optional] [default to null]
  7. **download_url** | **String** | | [optional] [default to null]
  8. **encoding** | **String** | `encoding` is populated when `type` is `file`, otherwise null | [optional] [default to null]
  9. **git_url** | **String** | | [optional] [default to null]
  10. **html_url** | **String** | | [optional] [default to null]
  11. **name** | **String** | | [optional] [default to null]
  12. **path** | **String** | | [optional] [default to null]
  13. **sha** | **String** | | [optional] [default to null]
  14. **size** | **i64** | | [optional] [default to null]
  15. **submodule_git_url** | **String** | `submodule_git_url` is populated when `type` is `submodule`, otherwise null | [optional] [default to null]
  16. **target** | **String** | `target` is populated when `type` is `symlink`, otherwise null | [optional] [default to null]
  17. **_type** | **String** | `type` will be `file`, `dir`, `symlink`, or `submodule` | [optional] [default to null]
  18. **url** | **String** | | [optional] [default to null]
  19. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)