Table of Contents

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
object
Response

Properties

Entries

[Key("Entries")]
public List<Response.LogEntryDescriptor> Entries { get; set; }

Property Value

List<Response.LogEntryDescriptor>

IsPermissionDenied

[Key("IsPermissionDenied")]
public bool IsPermissionDenied { get; set; }

Property Value

bool

IsSuccess

[Key("IsSuccess")]
public bool IsSuccess { get; set; }

Property Value

bool

Message

[Key("Message")]
public string Message { get; set; }

Property Value

string

Metadata

[Key("Metadata")]
public Dictionary<long, Response.LogMetadataDescriptor> Metadata { get; set; }

Property Value

Dictionary<long, Response.LogMetadataDescriptor>

TotalRecordCount

[Key("TotalRecordCount")]
public int TotalRecordCount { get; set; }

Property Value

int