diff --git a/api/webhosting/v1/webhosting_sdk.go b/api/webhosting/v1/webhosting_sdk.go index a11596ac..800e4f1d 100644 --- a/api/webhosting/v1/webhosting_sdk.go +++ b/api/webhosting/v1/webhosting_sdk.go @@ -795,6 +795,9 @@ type DNSRecord struct { // Status: record status. // Default value: unknown_status Status DNSRecordStatus `json:"status"` + + // RawData: record representation as it appears in the zone file or DNS management system. + RawData string `json:"raw_data"` } // Nameserver: nameserver.