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::LinksSeov21
Properties
Name | Type | Description | Notes |
---|---|---|---|
activity_plans | LinksSeov2ActivityPlans | [optional] | |
issues | LinksSeov2Issues | [optional] | |
keywords | LinksSeov2Keywords | [optional] | |
overview | LinksSeov2Overview | [optional] | |
pages | LinksSeov2Pages | [optional] | |
target_pages | LinksSeov2TargetPages | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::LinksSeov21.new(
activity_plans: null,
issues: null,
keywords: null,
overview: null,
pages: null,
target_pages: null
)