Table of Contents

Class Response.ServiceInfo.EntityInfo

Namespace
Phoesion.Glow.SDK.Lighthouse.API.Dtos.QuantumSpace.Health
Assembly
Phoesion.Glow.SDK.Lighthouse.API.dll
[MessagePackObject(false)]
public sealed class Response.ServiceInfo.EntityInfo
Inheritance
object
Response.ServiceInfo.EntityInfo

Properties

AppHealthCheckReports

[Key("AppHealthCheckReports")]
public List<AppHealthCheckReportEntry> AppHealthCheckReports { get; set; }

Property Value

List<AppHealthCheckReportEntry>

EntityId

[Key("EntityId")]
public string EntityId { get; set; }

Property Value

string

EntityType

[Key("EntityType")]
public EntityTypes EntityType { get; set; }

Property Value

EntityTypes

Health

[Key("Health")]
public float Health { get; set; }

Property Value

float