Class GetHistoryByIdResponse
Запись об отправке
Inherited Members
Namespace: NotifyHub.NotificationService.Application.Common.Requests.History
Assembly: NotifyHub.NotificationService.Application.dll
Syntax
public class GetHistoryByIdResponse
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 |