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

Properties

Name Type Description Notes
id Integer Subdomain id.
redirect_domain_name String If this subdomain redirects, domain name of the redirection target. [optional]
redirect_id Integer If this subdomain redirects, the Id of the redirection target. [optional]
subdomain_name String Domain name of this subdomain, e.g. "academy.siteimprove.com". [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::DomainsSubdomains.new(
  id: null,
  redirect_domain_name: null,
  redirect_id: null,
  subdomain_name: null
)