Class GetUserNotificationsInput
- Namespace
- OpenSettings.Models.Inputs
- Assembly
- OpenSettings.dll
public class GetUserNotificationsInput
- Inheritance
-
GetUserNotificationsInput
- Inherited Members
Properties
IsDismissed
public bool? IsDismissed { get; set; }
Property Value
- bool?
IsExpired
public bool? IsExpired { get; set; }
Property Value
- bool?
IsOpened
public bool? IsOpened { get; set; }
Property Value
- bool?
IsViewed
public bool? IsViewed { get; set; }
Property Value
- bool?
PackVersion
public string PackVersion { get; set; }
Property Value
Source
public NotificationSource? Source { get; set; }
Property Value
Type
public NotificationType? Type { get; set; }
Property Value
UserId
public Guid UserId { get; set; }