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
CreatorName
public string CreatorName { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
IsDismissed
public bool IsDismissed { get; set; }
Property Value
IsExpired
public bool IsExpired { get; set; }
Property Value
IsOpened
public bool IsOpened { get; set; }
Property Value
IsViewed
public bool IsViewed { get; set; }
Property Value
Message
public string Message { get; set; }
Property Value
Metadata
public Dictionary<string, object> Metadata { get; set; }
Property Value
Source
public NotificationSource Source { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
Type
public NotificationType Type { get; set; }