Table of Contents

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

int

NotDismissed

public int NotDismissed { get; set; }

Property Value

int

NotOpened

public int NotOpened { get; set; }

Property Value

int

NotViewed

public int NotViewed { get; set; }

Property Value

int

Opened

public int Opened { get; set; }

Property Value

int

Viewed

public int Viewed { get; set; }

Property Value

int