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