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
CreatedOn
public DateTime CreatedOn { get; set; }
Property Value
ExpiresIn
public TimeSpan? ExpiresIn { 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
Title
public string Title { get; set; }
Property Value
Type
public NotificationType Type { get; set; }