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 b7ddd98 commit 4a81925Copy full SHA for 4a81925
api/webhosting/v1/webhosting_sdk.go
@@ -1552,6 +1552,9 @@ type Domain struct {
1552
// Default value: unknown_zone_owner
1553
Owner DomainZoneOwner `json:"owner"`
1554
1555
+ // ZoneDomainName: main domain for this zone.
1556
+ ZoneDomainName string `json:"zone_domain_name"`
1557
+
1558
// AvailableActions: a list of actions that can be performed on the domain.
1559
AvailableActions []DomainAction `json:"available_actions"`
1560
0 commit comments