Skip to content

Commit 2098737

Browse files
pavel-z1pavel-z1
authored andcommitted
Added Location ID
1 parent 8f7ea86 commit 2098737

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

controllers/sections/sections.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ type Section struct {
5454

5555
// The ID of the DNS resolver to be used for this section.
5656
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"`
5760
}
5861

5962
// Controller is the base client for the Sections controller.

0 commit comments

Comments
 (0)