SiteimproveAPIClient::DomainDetails
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. "8.8.8.8".
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
Links8
[optional]
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
)