Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.12 KB

UnsafeDomain1.md

File metadata and controls

34 lines (28 loc) · 1.12 KB

SiteimproveAPIClient::UnsafeDomain1

Properties

Name Type Description Notes
id Integer Id of the unsafe domain.
clicks_on_domain Integer Number of times a link to an unsafe domain has been clicked. [optional]
documents Integer Number of documents where the unsafe domain is found. [optional]
domain String The unsafe domain name. [optional]
last_checked Time When the domain was last checked.
pages Integer Number of pages where the unsafe domain is found.
status String The status of the domain (why it's deemed unsafe). [default to 'any']
_links Links4 [optional]
_siteimprove Siteimprove1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::UnsafeDomain1.new(
  id: null,
  clicks_on_domain: null,
  documents: null,
  domain: null,
  last_checked: null,
  pages: null,
  status: null,
  _links: null,
  _siteimprove: null
)