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
-
objectResponse.LogMetadataDescriptor
Properties
ActionName
[Key(4)]
public string ActionName { get; set; }
Property Value
EntityId
[Key(6)]
public string EntityId { get; set; }
Property Value
EntityType
[Key(5)]
public string EntityType { get; set; }
Property Value
Id
[Key(0)]
public long Id { get; set; }
Property Value
IsOrphan
[Key(1)]
public bool IsOrphan { get; set; }
Property Value
ModuleName
[Key(3)]
public string ModuleName { get; set; }
Property Value
ServiceName
[Key(2)]
public string ServiceName { get; set; }