Table of Contents

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

string

Title

public string Title { get; set; }

Property Value

string

Type

public NotificationType Type { get; set; }

Property Value

NotificationType