Skip to main content
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::DomainIndex

Properties

Name Type Description Notes
id Integer Domain Id.
domain_name String Domain name, e.g. "siteimprove.com" or "academy.siteimprove.com". [optional]
organisation String Organisation, as found in the registration records, e.g. "Siteimprove A/S". [optional]
registrant String Registrant, as found in the registration records. Often a personal name e.g. "Jane Doe". [optional]
_links Links6 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::DomainIndex.new(
  id: null,
  domain_name: null,
  organisation: null,
  registrant: null,
  _links: null
)