Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class GetLogsResponse

    The response from the server for a GetLogs call

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

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation