Table of Contents

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
object
Request

Properties

DataPoints

[Key("DataPoints")]
public int DataPoints { get; set; }

Property Value

int

EndDate

[Key("EndDate")]
public DateTime? EndDate { get; set; }

Property Value

DateTime?

Flags

[Key("Flags")]
public Request.eFlags Flags { get; set; }

Property Value

Request.eFlags

QuantumSpaces

[Key("QuantumSpaces")]
public long[] QuantumSpaces { get; set; }

Property Value

long[]

StartDate

[Key("StartDate")]
public DateTime? StartDate { get; set; }

Property Value

DateTime?