Table of Contents

Class GetUserNotificationsResponseNotification

Namespace
OpenSettings.Models.Responses
Assembly
OpenSettings.dll
public class GetUserNotificationsResponseNotification
Inheritance
GetUserNotificationsResponseNotification
Inherited Members

Properties

CreatedOn

public DateTime CreatedOn { get; set; }

Property Value

DateTime

CreatorName

public string CreatorName { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

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

Message

public string Message { get; set; }

Property Value

string

Metadata

public Dictionary<string, object> Metadata { get; set; }

Property Value

Dictionary<string, object>

Source

public NotificationSource Source { get; set; }

Property Value

NotificationSource

Title

public string Title { get; set; }

Property Value

string

Type

public NotificationType Type { get; set; }

Property Value

NotificationType