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::LinksAccessibilityValidation
Properties
Name | Type | Description | Notes |
---|---|---|---|
css | Href59 | [optional] | |
html | Href60 | [optional] | |
Href61 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::LinksAccessibilityValidation.new(
css: null,
html: null,
pdf: null
)