version 3
This commit is contained in:
@@ -7,8 +7,8 @@ public sealed class AlertNotification
|
||||
public Device Device { get; set; } = null!;
|
||||
public int UserId { get; set; }
|
||||
public User User { get; set; } = null!;
|
||||
public int AlertConditionId { get; set; }
|
||||
public AlertCondition AlertCondition { get; set; } = null!;
|
||||
public int? AlertConditionId { get; set; }
|
||||
public AlertCondition? AlertCondition { get; set; }
|
||||
public AlertNotificationType NotificationType { get; set; } // Call or SMS
|
||||
public string Message { get; set; } = string.Empty;
|
||||
public string? MessageOutboxIds { get; set; } // JSON array of message outbox IDs (for SMS)
|
||||
|
||||
Reference in New Issue
Block a user