gitea-rs/crates/gitea-client/docs/WikiPage.md
kjuulh e78d07db33
feat: find another name
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-09-23 22:29:11 +02:00

19 lines
747 B
Markdown

# WikiPage
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**commit_count** | Option<**i64**> | | [optional]
**content_base64** | Option<**String**> | Page content, base64 encoded | [optional]
**footer** | Option<**String**> | | [optional]
**html_url** | Option<**String**> | | [optional]
**last_commit** | Option<[**models::WikiCommit**](WikiCommit.md)> | | [optional]
**sidebar** | Option<**String**> | | [optional]
**sub_url** | Option<**String**> | | [optional]
**title** | Option<**String**> | | [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)