Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 696 Bytes

JavaScript.md

File metadata and controls

26 lines (20 loc) · 696 Bytes

SiteimproveAPIClient::JavaScript

Properties

Name Type Description Notes
id Integer The ID of the JavaScript file.
url String The URL of the JavaScript file. [optional]
pages_with_script Integer Number of pages having this script.
pages_without_script Integer Number of pages not having this script.
_links Links51 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::JavaScript.new(
  id: null,
  url: null,
  pages_with_script: null,
  pages_without_script: null,
  _links: null
)