()
| 1492 | } |
| 1493 | |
| 1494 | func (x *SendNotificationRequest) GetSeverity() int32 { |
| 1495 | if x != nil { |
| 1496 | return x.Severity |
| 1497 | } |
| 1498 | return 0 |
| 1499 | } |
| 1500 | |
| 1501 | func (x *SendNotificationRequest) GetEventArgsType() NotificationEventArgType { |
| 1502 | if x != nil { |
no outgoing calls
no test coverage detected