Class CreateNotificationInput
- Namespace
- OpenSettings.Models.Inputs
- Assembly
- OpenSettings.dll
public class CreateNotificationInput
- Inheritance
-
CreateNotificationInput
- Inherited Members
Properties
CreatedById
public Guid? CreatedById { get; set; }
Property Value
- Guid?
ExpiresIn
public TimeSpan? ExpiresIn { get; set; }
Property Value
Id
public Guid? Id { get; set; }
Property Value
- Guid?
Message
public string Message { 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; }