Class Response.ServiceInfo
- Namespace
- Phoesion.Glow.SDK.Lighthouse.API.Dtos.QuantumSpace.Health
- Assembly
- Phoesion.Glow.SDK.Lighthouse.API.dll
[MessagePackObject(false)]
public sealed class Response.ServiceInfo
- Inheritance
-
objectResponse.ServiceInfo
Properties
Entities
[Key("Entities")]
public List<Response.ServiceInfo.EntityInfo> Entities { get; set; }
Property Value
Health
[Key("Health")]
public float Health { get; set; }
Property Value
IsEnabled
[Key("IsEnabled")]
public bool IsEnabled { get; set; }
Property Value
Name
[Key("Name")]
public string Name { get; set; }