Class CreateNotificationRequestBody
- Namespace
- OpenSettings.AspNetCore.Models.Requests
- Assembly
- OpenSettings.AspNetCore.dll
public class CreateNotificationRequestBody
- Inheritance
-
CreateNotificationRequestBody
- Inherited Members
Properties
CreatedById
public Guid? CreatedById { get; set; }
Property Value
- Guid?
Id
public Guid? Id { get; set; }
Property Value
- Guid?
Message
public string Message { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
Type
public NotificationType Type { get; set; }