Class Response
- Namespace
- Phoesion.Glow.SDK.Lighthouse.API.Dtos.QuantumSpace.Logs.ListRayEntries
- Assembly
- Phoesion.Glow.SDK.Lighthouse.API.dll
[MessagePackObject(false)]
public sealed class Response : SafeType
- Inheritance
-
objectResponse
Properties
Entries
[Key("Entries")]
public List<Response.LogEntryDescriptor> Entries { get; set; }
Property Value
IsPermissionDenied
[Key("IsPermissionDenied")]
public bool IsPermissionDenied { get; set; }
Property Value
IsSuccess
[Key("IsSuccess")]
public bool IsSuccess { get; set; }
Property Value
Message
[Key("Message")]
public string Message { get; set; }
Property Value
Metadata
[Key("Metadata")]
public Dictionary<long, Response.LogMetadataDescriptor> Metadata { get; set; }
Property Value
TotalRecordCount
[Key("TotalRecordCount")]
public int TotalRecordCount { get; set; }