We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07dd092 commit 60457dbCopy full SHA for 60457db
onefuse/api_client.go
@@ -165,7 +165,7 @@ type DNSReservation struct {
165
Value string `json:"value,omitempty"`
166
Zones []string `json:"zones,omitempty"`
167
TemplateProperties map[string]interface{} `json:"templateProperties"`
168
- Records []map[string]string `json:"records"`
+ Records []map[string]string `json:"records,omitempty"`
169
}
170
171
type IPAMReservation struct {
0 commit comments