Class Request
- Namespace
- Phoesion.Glow.SDK.Lighthouse.API.Dtos.QuantumSpace.Metrics
- Assembly
- Phoesion.Glow.SDK.Lighthouse.API.dll
[MessagePackObject(false)]
public sealed class Request : SafeType
- Inheritance
-
objectRequest
Properties
DataPoints
[Key("DataPoints")]
public int DataPoints { get; set; }
Property Value
EndDate
[Key("EndDate")]
public DateTime? EndDate { get; set; }
Property Value
Flags
[Key("Flags")]
public Request.eFlags Flags { get; set; }
Property Value
QuantumSpaces
[Key("QuantumSpaces")]
public long[] QuantumSpaces { get; set; }
Property Value
- long[]
StartDate
[Key("StartDate")]
public DateTime? StartDate { get; set; }