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

Properties

Name Type Description Notes
id Integer Domain Id.
domain_name String Name of the domain, e.g. "acme.com" or "marketing.acme.com" [optional]
is_root_domain Boolean True for "a.com" and "b.co.uk" but false for "c.d.com" and "e.f.co.uk".
nameservers Array<String> List of nameservers for the specific domain id. Items should be IP addresses as strings, e.g. &quot;8.8.8.8&quot;.
organisation String Organisation, as found in the registration records, e.g. &quot;Siteimprove A/S&quot;. [optional]
registrant String Registrant, as found in the registration records. Often a personal name e.g. &quot;Jane Doe&quot;. [optional]
_links Links8 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::DomainDetails.new(
  id: null,
  domain_name: null,
  is_root_domain: null,
  nameservers: null,
  organisation: null,
  registrant: null,
  _links: null
)