Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 686 Bytes

CssFile.md

File metadata and controls

26 lines (20 loc) · 686 Bytes

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
)