Struct Response.LogEntryDescriptor.ScopeDescriptor
- Namespace
- Phoesion.Glow.SDK.Lighthouse.API.Dtos.QuantumSpace.Logs.ListRayEntries
- Assembly
- Phoesion.Glow.SDK.Lighthouse.API.dll
[MessagePackObject(false)]
public struct Response.LogEntryDescriptor.ScopeDescriptor
- Inherited Members
Properties
Id
[Key(0)]
public uint Id { readonly get; set; }
Property Value
ParentId
[Key(1)]
public uint ParentId { readonly get; set; }
Property Value
Value
[Key(2)]
public string Value { readonly get; set; }