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 7fbef62 commit 57427eeCopy full SHA for 57427ee
api/webhosting/v1/webhosting_sdk.go
@@ -795,6 +795,9 @@ type DNSRecord struct {
795
// Status: record status.
796
// Default value: unknown_status
797
Status DNSRecordStatus `json:"status"`
798
+
799
+ // RawData: record representation as it appears in the zone file or DNS management system.
800
+ RawData string `json:"raw_data"`
801
}
802
803
// Nameserver: nameserver.
0 commit comments