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 8f7ea86 commit 2098737Copy full SHA for 2098737
controllers/sections/sections.go
@@ -54,6 +54,9 @@ type Section struct {
54
55
// The ID of the DNS resolver to be used for this section.
56
DNS int `json:"DNS,string,omitempty"`
57
+
58
+ // The ID of the Location to be used for this section.
59
+ Location int `json:"Location,string,omitempty"`
60
}
61
62
// Controller is the base client for the Sections controller.
0 commit comments