Files
tea4j-autodeploy/docs/WikiPage.md
T
2025-09-07 00:21:05 +00:00

14 lines
725 B
Markdown

# WikiPage
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**commitCount** | **Long** | The number of commits that modified this page | [optional]
**contentBase64** | **String** | Page content, base64 encoded | [optional]
**footer** | **String** | The footer content for the wiki page | [optional]
**htmlUrl** | **String** | The HTML URL to view the wiki page | [optional]
**lastCommit** | [**WikiCommit**](WikiCommit.md) | | [optional]
**sidebar** | **String** | The sidebar content for the wiki page | [optional]
**subUrl** | **String** | The sub URL path for the wiki page | [optional]
**title** | **String** | The title of the wiki page | [optional]