Skip to main content
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::LinksSeoOverview

Properties

Name Type Description Notes
summary Href165 [optional]
groups Href166 [optional]
policies Href167 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::LinksSeoOverview.new(
  summary: null,
  groups: null,
  policies: null
)