Class GetNotificationsResponseNotification
- Namespace
- OpenSettings.Models.Responses
- Assembly
- OpenSettings.dll
public class GetNotificationsResponseNotification
- Inheritance
-
GetNotificationsResponseNotification
- Inherited Members
Properties
CreatedOn
public DateTime CreatedOn { get; set; }
Property Value
CreatorName
public string CreatorName { get; set; }
Property Value
Id
public Guid Id { get; set; }
Property Value
IsExpired
public bool IsExpired { 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; }