Table of Contents

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

string

Source

public NotificationSource? Source { get; set; }

Property Value

NotificationSource?

Type

public NotificationType? Type { get; set; }

Property Value

NotificationType?

UserId

public Guid UserId { get; set; }

Property Value

Guid