Example #1
0
 public Task <Alerts> GetAlerts(string requestId, ActivePair activeId = ActivePair.ALL, string type = "")
 {
     return(WsClient?.GetAlertsRequest(requestId, activeId, type));
 }