# WikiPage

WikiPage a wiki page

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**commit_count** | **number** |  | [optional] [default to undefined]
**content_base64** | **string** | Page content, base64 encoded | [optional] [default to undefined]
**footer** | **string** |  | [optional] [default to undefined]
**html_url** | **string** |  | [optional] [default to undefined]
**last_commit** | [**WikiCommit**](WikiCommit.md) |  | [optional] [default to undefined]
**sidebar** | **string** |  | [optional] [default to undefined]
**sub_url** | **string** |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { WikiPage } from 'berg';

const instance: WikiPage = {
    commit_count,
    content_base64,
    footer,
    html_url,
    last_commit,
    sidebar,
    sub_url,
    title,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
