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 cefb13e commit f29ed0cCopy full SHA for f29ed0c
api/webhosting/v1/webhosting_sdk.go
@@ -1389,6 +1389,9 @@ type DNSRecords struct {
1389
// Status: status of the records.
1390
// Default value: unknown_status
1391
Status DNSRecordsStatus `json:"status"`
1392
+
1393
+ // DNSConfig: records dns auto configuration settings.
1394
+ DNSConfig []DomainDNSAction `json:"dns_config"`
1395
}
1396
1397
// DatabaseAPIAssignDatabaseUserRequest: database api assign database user request.
0 commit comments