Class GetUserNotificationsResponseNotificationCounts
- Namespace
- OpenSettings.Models.Responses
- Assembly
- OpenSettings.dll
public class GetUserNotificationsResponseNotificationCounts
- Inheritance
-
GetUserNotificationsResponseNotificationCounts
- Inherited Members
Properties
Dismissed
public int Dismissed { get; set; }
Property Value
NotDismissed
public int NotDismissed { get; set; }
Property Value
NotOpened
public int NotOpened { get; set; }
Property Value
NotViewed
public int NotViewed { get; set; }
Property Value
Opened
public int Opened { get; set; }
Property Value
Viewed
public int Viewed { get; set; }