Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.02 KB

SeoGroupOverviewDetails.md

File metadata and controls

32 lines (26 loc) · 1.02 KB

SiteimproveAPIClient::SeoGroupOverviewDetails

Properties

Name Type Description Notes
id Integer Id of group.
errors Integer Number of "Errors" in this group. [optional]
group_name String Name of group. [optional]
group_users Integer Number of users with access to this group.
needs_review Integer Number of "Needs review" in this group. [optional]
pages Integer Number of pages in this group.
searchable_pages Integer Number of searchable pages in this group. [optional]
warnings Integer Number of "Warnings" in this group. [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::SeoGroupOverviewDetails.new(
  id: null,
  errors: null,
  group_name: null,
  group_users: null,
  needs_review: null,
  pages: null,
  searchable_pages: null,
  warnings: null
)