27 lines
422 B
Markdown
27 lines
422 B
Markdown
|
---
|
||
|
title: webPageEmpty
|
||
|
description: webPageEmpty attributes, type and example
|
||
|
---
|
||
|
## Constructor: webPageEmpty
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|id|[long](../types/long.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [WebPage](../types/WebPage.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$webPageEmpty = ['_' => 'webPageEmpty', 'id' => long, ];
|
||
|
```
|
||
|
|