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
-
objectResponse.ServiceInfo.EntityInfo
Properties
AppHealthCheckReports
[Key("AppHealthCheckReports")]
public List<AppHealthCheckReportEntry> AppHealthCheckReports { get; set; }
Property Value
EntityId
[Key("EntityId")]
public string EntityId { get; set; }
Property Value
EntityType
[Key("EntityType")]
public EntityTypes EntityType { get; set; }
Property Value
Health
[Key("Health")]
public float Health { get; set; }