Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

Attachment.md 701B

4 år sedan
12345678910111213141516
  1. # Attachment
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **browser_download_url** | **String** | | [optional] [default to null]
  6. **created_at** | **String** | | [optional] [default to null]
  7. **download_count** | **i64** | | [optional] [default to null]
  8. **id** | **i64** | | [optional] [default to null]
  9. **name** | **String** | | [optional] [default to null]
  10. **size** | **i64** | | [optional] [default to null]
  11. **uuid** | **String** | | [optional] [default to null]
  12. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)