Show / Hide Table of Contents

Class GetLogsResponse

The response from the server for a GetLogs call

Inheritance
System.Object
BaseAnswer
GetLogsResponse
Inherited Members
BaseAnswer.Data
BaseAnswer.Status
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
System.Collections.Generic.List<MessageLog>

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX