Class GetLogsResponse
The response from the server for a GetLogs call
Inherited Members
Namespace: SecureExchangesSDK.Models.Answer
Assembly: SecureExchangesSDK.dll
Syntax
public class GetLogsResponse : BaseAnswer
Constructors
GetLogsResponse()
the constructor
Declaration
public GetLogsResponse()
Properties
Logs
The message logs list
Declaration
public List<MessageLog> Logs { get; set; }
Property Value
| Type | Description |
|---|---|
| List<MessageLog> |