View Source GitHub.Page (GitHub REST API Client v0.2.3)
Provides struct and type for a Page
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Page{ __info__: map(), 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: DateTime.t() | nil, protected_domain_state: String.t() | nil, public: boolean(), source: GitHub.Pages.SourceHash.t() | nil, status: String.t() | nil, url: String.t() }