Name | Type | Description | Notes |
---|---|---|---|
items | Array<PageNotInSitemap> | Set of items. | |
total_items | Integer | Total number of items in result set. | |
total_pages | Integer | Total number of pages in result set. | |
links | Links4 | [optional] |
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::PageNotInSitemapList.new(
items: null,
total_items: null,
total_pages: null,
links: null
)