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::CssFile
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | The ID of the CSS file. | |
url | String | The URL of the CSS file. | [optional] |
pages_with_css | Integer | Number of pages that includes this CSS file. | |
pages_without_css | Integer | Number of pages that does not include this CSS file. | |
_links | Links49 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::CssFile.new(
id: null,
url: null,
pages_with_css: null,
pages_without_css: null,
_links: null
)