View Source GitHub.Page (GitHub REST API Client v0.0.1-beta.0)
Provides struct and type for Page
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Page{ build_type: String.t() | nil, cname: String.t() | nil, custom_404: boolean(), html_url: String.t() | nil, https_certificate: GitHub.Pages.HttpsCertificate.t() | nil, https_enforced: boolean() | nil, pending_domain_unverified_at: String.t() | nil, protected_domain_state: String.t() | nil, public: boolean(), source: GitHub.Pages.SourceHash.t() | nil, status: String.t() | nil, url: String.t() }