We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb0755 commit 8938be0Copy full SHA for 8938be0
incapsula/client_cache_rule.go
@@ -15,7 +15,7 @@ type CacheRule struct {
15
Action string `json:"action"`
16
Filter string `json:"filter"`
17
Enabled bool `json:"enabled"`
18
- TTL int `json:"ttl,omitempty"`
+ TTL int `json:"ttl"`
19
IgnoredParams string `json:"ignored_params,omitempty"`
20
Text string `json:"text,omitempty"`
21
DifferentiateByValue string `json:"differentiate_by_value,omitempty"`
0 commit comments