Skip to content

Commit 43933b7

Browse files
Fix typo in CreateScheduledNotificationRuleRequest from NotificatonLevel to NotificationLevel.
Signed-off-by: SolarFactories <SolarFactories@users.noreply.github.com>
1 parent b829010 commit 43933b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

notification.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ type NotificationRule struct {
4646
}
4747

4848
type CreateScheduledNotificationRuleRequest struct {
49-
Name string `json:"name"`
50-
Scope NotificationRuleScope `json:"scope"`
51-
NotificatonLevel NotificationRuleLevel `json:"notificationLevel"`
52-
Publisher NotificationPublisher `json:"publisher"`
49+
Name string `json:"name"`
50+
Scope NotificationRuleScope `json:"scope"`
51+
NotificationLevel NotificationRuleLevel `json:"notificationLevel"`
52+
Publisher NotificationPublisher `json:"publisher"`
5353
}
5454

5555
type NotificationRuleScope string

0 commit comments

Comments
 (0)