Table of Contents

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

TimeSpan?

Id

public Guid? Id { get; set; }

Property Value

Guid?

Message

public string Message { get; set; }

Property Value

string

Source

public NotificationSource Source { get; set; }

Property Value

NotificationSource

Title

public string Title { get; set; }

Property Value

string

Type

public NotificationType Type { get; set; }

Property Value

NotificationType