# WikiPageMetaData

WikiPageMetaData wiki page meta information

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**html_url** | **string** |  | [optional] [default to undefined]
**last_commit** | [**WikiCommit**](WikiCommit.md) |  | [optional] [default to undefined]
**sub_url** | **string** |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: WikiPageMetaData = {
    html_url,
    last_commit,
    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)
