Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 439 Bytes

LinkText.md

File metadata and controls

22 lines (16 loc) · 439 Bytes

SiteimproveAPIClient::LinkText

Properties

Name Type Description Notes
id Integer Id of the link text.
text String The link text. [optional]
_links Links3 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::LinkText.new(
  id: null,
  text: null,
  _links: null
)