Files
gitea-rs/crates/gitea-client/docs/FileLinksResponse.md
2026-03-20 16:24:40 +01:00

14 lines
547 B
Markdown

# FileLinksResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**git** | Option<**String**> | GitURL is the Git API URL for this file | [optional]
**html** | Option<**String**> | HTMLURL is the web URL for this file | [optional]
**param_self** | Option<**String**> | Self is the API URL for this file | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)