--- 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, ]; ```