Class GetNotificationsRequest
- Namespace
- OpenSettings.AspNetCore.Models.Requests
- Assembly
- OpenSettings.AspNetCore.dll
public class GetNotificationsRequest
- Inheritance
-
GetNotificationsRequest
- Inherited Members
Properties
IsDismissed
[FromQuery]
public bool? IsDismissed { get; set; }
Property Value
- bool?
IsExpired
[FromQuery]
public bool? IsExpired { get; set; }
Property Value
- bool?
IsOpened
[FromQuery]
public bool? IsOpened { get; set; }
Property Value
- bool?
IsViewed
[FromQuery]
public bool? IsViewed { get; set; }
Property Value
- bool?
Source
[FromQuery]
public NotificationSource? Source { get; set; }
Property Value
Type
[FromQuery]
public NotificationType? Type { get; set; }