Skip to content

Commit

Permalink
Merge pull request #82 from opsgenie/Result_DeDuplication_Policy_Changes
Browse files Browse the repository at this point in the history
Fixing Get Notification Policy with DeDuplication Action
  • Loading branch information
prakhar-mudaiya authored Apr 5, 2021
2 parents 68146d4 + 3a297b9 commit f67f1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type GetNotificationPolicyResult struct {
MainFields
AutoRestartAction *AutoRestartAction `json:"autoRestartAction,omitempty"`
AutoCloseAction *AutoCloseAction `json:"autoCloseAction,omitempty"`
DeDuplicationActionAction *DeDuplicationAction `json:"deduplicationActionAction,omitempty"`
DeDuplicationAction *DeDuplicationAction `json:"deduplicationAction,omitempty"`
DelayAction *DelayAction `json:"delayAction,omitempty"`
Suppress bool `json:"suppress,omitempty"`
}
Expand Down

0 comments on commit f67f1e1

Please sign in to comment.