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 4e94f1f commit 2b04a21Copy full SHA for 2b04a21
api/domain/v2alpha2/domain_sdk.go
@@ -1191,6 +1191,12 @@ type DomainSummary struct {
1191
Status DomainStatus `json:"status"`
1192
1193
DNSZoneCount uint32 `json:"dns_zone_count"`
1194
+
1195
+ // Precisely one of ExternalDomainRegistrationProcess, TransferRegistrationProcess must be set.
1196
+ ExternalDomainRegistrationProcess *DomainRegistrationProcessExternalDomain `json:"external_domain_registration_process,omitempty"`
1197
1198
1199
+ TransferRegistrationProcess *DomainRegistrationProcessTransfer `json:"transfer_registration_process,omitempty"`
1200
}
1201
1202
type DomainTrademarkProtectionConfig struct {
0 commit comments