Class: module:model/SandboxStatus

module:model/SandboxStatus()

new module:model/SandboxStatus()

Constructs a new SandboxStatus.
Source:

Members

(inner) id :String

The id of the sandbox.
Type:
  • String
Source:

(inner) message :String

Message is a human readable explanation of why the sandbox is healthy or not.
Type:
  • String
Source:

(inner) ready :Boolean

Ready indicates whether the sandbox is ready, meaning that it can be used for testing.
Type:
  • Boolean
Source:

(inner) reason :String

Reason is a machine readable explanation of why the sandbox is healthy or not.
Type:
  • String
Source: