18 lines
330 B
Markdown
18 lines
330 B
Markdown
|
## Constructor: webPagePending
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|id|[long](../types/long.md) | Required|
|
||
|
|date|[int](../types/int.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [WebPage](../types/WebPage.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$webPagePending = ['id' => long, 'date' => int, ];
|
||
|
```
|