Class GetLogResponse
Class return for a GetLog call. This class will contains MessageLog for a specific message ID
Inherited Members
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 GetLogResponse : BaseAnswer
Properties
Log
Message log of a specific message
Declaration
public MessageLog Log { get; set; }
Property Value
Type | Description |
---|---|
MessageLog |