24 lines
525 B
Markdown
24 lines
525 B
Markdown
---
|
|
title: pageBlockAuthorDate
|
|
description: Author and publish date of a page
|
|
---
|
|
## Constructor: pageBlockAuthorDate
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Author and publish date of a page
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|author|[RichText](../types/RichText.md) | Yes|The author|
|
|
|publish\_date|[int](../types/int.md) | Yes|Date of article publish, unix time. 0 if unknown|
|
|
|
|
|
|
|
|
### Type: [PageBlock](../types/PageBlock.md)
|
|
|
|
|