Skip to content

Commit

Permalink
Merge pull request #41 from zscaler/allow-order-zero-ffrules
Browse files Browse the repository at this point in the history
allow order 0 for filtering rules
  • Loading branch information
willguibr authored Nov 13, 2022
2 parents 02d888c + 7c9ffc5 commit 164bed4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
type FirewallFilteringRules struct {
ID int `json:"id,omitempty"`
Name string `json:"name,omitempty"`
Order int `json:"order,omitempty"`
Order int `json:"order"`
Rank int `json:"rank"`
AccessControl string `json:"accessControl,omitempty"`
EnableFullLogging bool `json:"enableFullLogging"`
Expand Down

0 comments on commit 164bed4

Please sign in to comment.