Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 512 Bytes

KeywordNotIncludedInInternalLinkTextDetails.md

File metadata and controls

22 lines (16 loc) · 512 Bytes

SiteimproveAPIClient::KeywordNotIncludedInInternalLinkTextDetails

Properties

Name Type Description Notes
id Integer Id of page.
link_text String The link text. [optional]
_links Links50 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::KeywordNotIncludedInInternalLinkTextDetails.new(
  id: null,
  link_text: null,
  _links: null
)