Skip to content

Commit 57427ee

Browse files
authored
feat(webhosting): add public dns raw data (scaleway#2393)
1 parent 7fbef62 commit 57427ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/webhosting/v1/webhosting_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,9 @@ type DNSRecord struct {
795795
// Status: record status.
796796
// Default value: unknown_status
797797
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"`
798801
}
799802

800803
// Nameserver: nameserver.

0 commit comments

Comments
 (0)