Table of Contents

Class Response.LogMetadataDescriptor

Namespace
Phoesion.Glow.SDK.Lighthouse.API.Dtos.QuantumSpace.Logs.ListRayEntries
Assembly
Phoesion.Glow.SDK.Lighthouse.API.dll
[MessagePackObject(false)]
public sealed class Response.LogMetadataDescriptor : SafeType
Inheritance
object
Response.LogMetadataDescriptor

Properties

ActionName

[Key(4)]
public string ActionName { get; set; }

Property Value

string

EntityId

[Key(6)]
public string EntityId { get; set; }

Property Value

string

EntityType

[Key(5)]
public string EntityType { get; set; }

Property Value

string

Id

[Key(0)]
public long Id { get; set; }

Property Value

long

IsOrphan

[Key(1)]
public bool IsOrphan { get; set; }

Property Value

bool

ModuleName

[Key(3)]
public string ModuleName { get; set; }

Property Value

string

ServiceName

[Key(2)]
public string ServiceName { get; set; }

Property Value

string