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 b5c2216 commit 17b6b71Copy full SHA for 17b6b71
api/domain/v2beta1/domain_sdk.go
@@ -1314,6 +1314,8 @@ type Domain struct {
1314
1315
// Precisely one of ExternalDomainRegistrationStatus, TransferRegistrationStatus must be set.
1316
TransferRegistrationStatus *DomainRegistrationStatusTransfer `json:"transfer_registration_status,omitempty"`
1317
+
1318
+ Tld *Tld `json:"tld"`
1319
}
1320
1321
type DomainDNSSEC struct {
@@ -1760,6 +1762,8 @@ type RenewableDomain struct {
1760
1762
LimitRedemptionAt *time.Time `json:"limit_redemption_at"`
1761
1763
1764
EstimatedDeleteAt *time.Time `json:"estimated_delete_at"`
1765
1766
1767
1768
1769
// RestoreDNSZoneVersionResponse: restore dns zone version response
0 commit comments