()
| 1485 | } |
| 1486 | |
| 1487 | func (x *SendNotificationRequest) GetEventArgs() []byte { |
| 1488 | if x != nil { |
| 1489 | return x.EventArgs |
| 1490 | } |
| 1491 | return nil |
| 1492 | } |
| 1493 | |
| 1494 | func (x *SendNotificationRequest) GetSeverity() int32 { |
| 1495 | if x != nil { |
no outgoing calls
no test coverage detected