Table of Contents

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

DateTime

CreatorName

public string CreatorName { get; set; }

Property Value

string

Id

public Guid Id { get; set; }

Property Value

Guid

IsExpired

public bool IsExpired { 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