We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb548e commit 5efaec4Copy full SHA for 5efaec4
api/webhosting/v1/webhosting_sdk.go
@@ -918,6 +918,13 @@ type HostingSummary struct {
918
// Protected: whether the hosting is protected or not.
919
Protected bool `json:"protected"`
920
921
+ // DNSStatus: DNS status of the Web Hosting plan.
922
+ // Default value: unknown_status
923
+ DNSStatus DNSRecordsStatus `json:"dns_status"`
924
+
925
+ // OfferName: name of the active offer for the Web Hosting plan.
926
+ OfferName string `json:"offer_name"`
927
928
// Region: region where the Web Hosting plan is hosted.
929
Region scw.Region `json:"region"`
930
}
0 commit comments