Table of Contents

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
object
Response.ServiceInfo

Properties

Entities

[Key("Entities")]
public List<Response.ServiceInfo.EntityInfo> Entities { get; set; }

Property Value

List<Response.ServiceInfo.EntityInfo>

Health

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

Property Value

float

IsEnabled

[Key("IsEnabled")]
public bool IsEnabled { get; set; }

Property Value

bool

Name

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

Property Value

string