Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

ContentsResponse.md 1.6KB

4 years ago
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)