Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 480 Bytes

LinksSeoOverview.md

File metadata and controls

22 lines (16 loc) · 480 Bytes

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
)