Class GetUserAlertingConfigsResponse


public class GetUserAlertingConfigsResponse extends JsonrpcResponseSuccess
Represents a JSON-RPC Response for 'getAlertingConfig'.
 {
   "jsonrpc": "2.0",
   "id": "UUID",
   "result": {
      userSettings: [
          {
           userId: string,
           role: Role,
           delayTime": number
          }
      ]
   }
 }