Skip to main content
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::LinksQualityAssuranceInventory

Properties

Name Type Description Notes
capture_tags Href115 [optional]
css Href116 [optional]
documents Href117 [optional]
email_addresses Href118 [optional]
history Href119 [optional]
link_texts Href120 [optional]
links Href121 [optional]
media Href122 [optional]
meta_tags Href123 [optional]
pages Href124 [optional]
personal_id_numbers Href125 [optional]
phone_numbers Href126 [optional]
scripts Href127 [optional]
trademarks Href128 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::LinksQualityAssuranceInventory.new(
  capture_tags: null,
  css: null,
  documents: null,
  email_addresses: null,
  history: null,
  link_texts: null,
  links: null,
  media: null,
  meta_tags: null,
  pages: null,
  personal_id_numbers: null,
  phone_numbers: null,
  scripts: null,
  trademarks: null
)