NotificationsResponse constructor
NotificationsResponse({
- int? idAlertUser,
- int? alertInstanceId,
- int? userId,
- int? roleId,
- String? raisedByUserName,
- String? alertComment,
- String? raisedOn,
- String? raisedOnStr,
- int? isAcknowledged,
- int? isReseted,
- int? alertDefinitionId,
- int? sourceEntityId,
- int? moduleId,
- int? isLogOut,
- String? snoozeDate,
- int? snoozeCount,
- int? isSendSrcId,
Implementation
NotificationsResponse(
{this.idAlertUser,
this.alertInstanceId,
this.userId,
this.roleId,
this.raisedByUserName,
this.alertComment,
this.raisedOn,
this.raisedOnStr,
this.isAcknowledged,
this.isReseted,
this.alertDefinitionId,
this.navigationUrl,
this.sourceEntityId,
this.moduleId,
this.isLogOut,
this.snoozeDate,
this.snoozeCount,
this.isSendSrcId});