Skip to content

Commit

Permalink
add Ignore option to cache rules query string struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Fowler authored and ivan-section-io committed Jan 12, 2023
1 parent d658c7a commit 7ebd0af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rulesets.go
Expand Up @@ -330,6 +330,7 @@ type RulesetRuleActionParametersCustomKeyFields struct {
type RulesetRuleActionParametersCustomKeyQuery struct {
Include *RulesetRuleActionParametersCustomKeyList `json:"include,omitempty"`
Exclude *RulesetRuleActionParametersCustomKeyList `json:"exclude,omitempty"`
Ignore *bool `json:"ignore,omitempty"`
}

type RulesetRuleActionParametersCustomKeyList struct {
Expand Down

0 comments on commit 7ebd0af

Please sign in to comment.