Class GetHistoryResponseItem
Запись об отправке уведомления
Inherited Members
Namespace: NotifyHub.NotificationService.Application.Common.Requests.History
Assembly: NotifyHub.NotificationService.Application.dll
Syntax
public class GetHistoryResponseItem
Properties
| Edit this page View SourceErrorMessage
Сообщение об ошибке (при наличии)
Declaration
public string? ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
ID записи
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
SentAt
Во сколько было отправлено
Declaration
public DateTime SentAt { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Status
Статус операции
Declaration
public OperationStatus Status { get; set; }
Property Value
Type | Description |
---|---|
OperationStatus |