959 B
959 B
WikiPage
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| commit_count | Option<i64> | The number of commits that modified this page | [optional] |
| content_base64 | Option<String> | Page content, base64 encoded | [optional] |
| footer | Option<String> | The footer content for the wiki page | [optional] |
| html_url | Option<String> | The HTML URL to view the wiki page | [optional] |
| last_commit | Option<models::WikiCommit> | [optional] | |
| sidebar | Option<String> | The sidebar content for the wiki page | [optional] |
| sub_url | Option<String> | The sub URL path for the wiki page | [optional] |
| title | Option<String> | The title of the wiki page | [optional] |