Skip to content

Commit

Permalink
Fixing Get Notification Policy with DeDuplication Action
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhar-mudaiya committed Apr 5, 2021
1 parent 68146d4 commit 3a297b9
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 3a297b9

Please sign in to comment.