Table of Contents

Class Response

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

Properties

Health

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

Property Value

float

IsPermissionDenied

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

Property Value

bool

IsQuantumSpaceDisabled

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

Property Value

bool

IsSuccess

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

Property Value

bool

Message

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

Property Value

string

Services

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

Property Value

List<Response.ServiceInfo>