Warning
This document has not been updated for a while now. It may be out of date.
Last updated:
5 Jul 2023
siteimprove_api_client: SiteimproveAPIClient::GroupDetails1
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Id of the group. | |
broken_links | Integer | Number of broken links within this group. | [optional] |
group_name | String | Name of the group. | [optional] |
misspellings | Integer | Number of misspellings withing this group. | [optional] |
pages | Integer | Pages | |
potential_misspellings | Integer | Number of potential misspellings within this group. | [optional] |
users | Integer | Number of users within the group. | |
_links | Links56 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::GroupDetails1.new(
id: null,
broken_links: null,
group_name: null,
misspellings: null,
pages: null,
potential_misspellings: null,
users: null,
_links: null
)