Record
page
No description available.
record page {
build-type: option<page-build-type-enum>,
cname: string,
custom-v404: bool,
html-url: option<string>,
https-certificate: option<pages-https-certificate>,
https-enforced: option<bool>,
pending-domain-unverified-at: option<string>,
protected-domain-state: option<page-protected-domain-state-enum>,
public: bool,
source: option<pages-source-hash>,
status: page-status-enum,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| build-type | option<page-build-type-enum> | |
| cname | string | |
| custom-v404 | bool | |
| html-url | option<string> | |
| https-certificate | option<pages-https-certificate> | |
| https-enforced | option<bool> | |
| pending-domain-unverified-at | option<string> | |
| protected-domain-state | option<page-protected-domain-state-enum> | |
| public | bool | |
| source | option<pages-source-hash> | |
| status | page-status-enum | |
| url | string |