Show / Hide Table of Contents

Class GetHistoryResponse

Ответ на запрос о получении истории отправок

Inheritance
object
GetHistoryResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.NotificationService.Application.Common.Requests.History
Assembly: NotifyHub.NotificationService.Application.dll
Syntax
public class GetHistoryResponse

Properties

| Edit this page View Source

History

Записи об отправке

Declaration
public required ICollection<GetHistoryResponseItem> History { get; set; }
Property Value
Type Description
ICollection<GetHistoryResponseItem>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX