Table of Contents

Class NotificationSentRequest

Namespace
JJConsulting.Infinity.Domain.Notifications
Assembly
JJConsulting.Infinity.Domain.dll
public class NotificationSentRequest

Inheritance

Inherited Members

Properties

Channel

public required string Channel { get; set; }

Property Value

string

NotificationId

public required Guid NotificationId { get; set; }

Property Value

Guid

UserIds

public required IEnumerable<Guid> UserIds { get; set; }

Property Value

IEnumerable<Guid>