Class

Autopilot

Autopilot(data)

Autopilot Model
Constructor

# new Autopilot(data)

Model constructor
Parameters:
Name Type Description
data AutopilotLike

View Source model/Autopilot.js, line 6

Classes

Autopilot

Members

Array.<AlertObject>

# alerts

The alerts of the autopilot.

View Source model/Autopilot.js, line 56

String

# createdBy

The id of the user who created this object.

View Source model/Autopilot.js, line 72

String

# createdOn

The date this object was created.

View Source model/Autopilot.js, line 64

Boolean

# enabled

Whether the autopilot is enabled.

View Source model/Autopilot.js, line 40

String

# id

The id of the autopilot.

View Source model/Autopilot.js, line 24

String

# type

The type of the autopilot.

View Source model/Autopilot.js, line 32

String

# updatedBy

The id of the user who last modified this object.

View Source model/Autopilot.js, line 88

String

# updatedOn

The date this object was last modified.

View Source model/Autopilot.js, line 80