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::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
)