Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Id of page. | |
link_text | String | The link text. | [optional] |
_links | Links50 | [optional] |
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::KeywordNotIncludedInInternalLinkTextDetails.new(
id: null,
link_text: null,
_links: null
)