Table of Contents

Class GetOpenSettingsNotificationsResponse

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

Properties

CreatedBy

public string CreatedBy { get; set; }

Property Value

string

CreatedOn

public DateTime CreatedOn { get; set; }

Property Value

DateTime

ExpiresIn

public TimeSpan? ExpiresIn { get; set; }

Property Value

TimeSpan?

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>

Title

public string Title { get; set; }

Property Value

string

Type

public NotificationType Type { get; set; }

Property Value

NotificationType