Class Response
- Namespace
- Phoesion.Glow.SDK.Lighthouse.API.Dtos.QuantumSpace.Metrics
- Assembly
- Phoesion.Glow.SDK.Lighthouse.API.dll
[MessagePackObject(false)]
public sealed class Response : SafeType
- Inheritance
-
objectResponse
Properties
IsSuccess
[Key("IsSuccess")]
public bool IsSuccess { get; set; }
Property Value
Message
[Key("Message")]
public string Message { get; set; }
Property Value
Metrics
[Key("Metrics")]
public List<QSpaceMetricsData> Metrics { get; set; }
Property Value
QuantumSpaces
[Key("QuantumSpaces")]
public Dictionary<long, List<QSpaceMetricsData>> QuantumSpaces { get; set; }