Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 419 Bytes

Links49.md

File metadata and controls

20 lines (14 loc) · 419 Bytes

SiteimproveAPIClient::Links49

Properties

Name Type Description Notes
pages_with_css Href229 [optional]
pages_without_css Href230 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::Links49.new(
  pages_with_css: null,
  pages_without_css: null
)