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

14 lines
607 B
Markdown

# FileDeleteResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**commit** | Option<[**models::FileCommitResponse**](FileCommitResponse.md)> | | [optional]
**content** | Option<**serde_json::Value**> | Content is always null for delete operations | [optional]
**verification** | Option<[**models::PayloadCommitVerification**](PayloadCommitVerification.md)> | | [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)