View Source GitHub.Pages.HealthCheckDomain (GitHub REST API Client v0.3.3)

Provides struct and type for a Pages.HealthCheckDomain

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Pages.HealthCheckDomain{
  __info__: map(),
  caa_error: String.t() | nil,
  dns_resolves: boolean() | nil,
  enforces_https: boolean() | nil,
  has_cname_record: boolean() | nil,
  has_mx_records_present: boolean() | nil,
  host: String.t() | nil,
  https_error: String.t() | nil,
  is_a_record: boolean() | nil,
  is_apex_domain: boolean() | nil,
  is_cloudflare_ip: boolean() | nil,
  is_cname_to_fastly: boolean() | nil,
  is_cname_to_github_user_domain: boolean() | nil,
  is_cname_to_pages_dot_github_dot_com: boolean() | nil,
  is_fastly_ip: boolean() | nil,
  is_https_eligible: boolean() | nil,
  is_non_github_pages_ip_present: boolean() | nil,
  is_old_ip_address: boolean() | nil,
  is_pages_domain: boolean() | nil,
  is_pointed_to_github_pages_ip: boolean() | nil,
  is_proxied: boolean() | nil,
  is_served_by_pages: boolean() | nil,
  is_valid: boolean() | nil,
  is_valid_domain: boolean() | nil,
  nameservers: String.t() | nil,
  reason: String.t() | nil,
  responds_to_https: boolean() | nil,
  should_be_a_record: boolean() | nil,
  uri: String.t() | nil
}