import 'package:openapi/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
symbol | String | The symbol of the waypoint. | |
type | WaypointType | ||
systemSymbol | String | The symbol of the system. | |
x | int | Relative position of the waypoint on the system's x axis. This is not an absolute position in the universe. | |
y | int | Relative position of the waypoint on the system's y axis. This is not an absolute position in the universe. | |
orbitals | List | Waypoints that orbit this waypoint. | [default to const []] |
orbits | String | The symbol of the parent waypoint, if this waypoint is in orbit around another waypoint. Otherwise this value is undefined. | [optional] |
faction | WaypointFaction | [optional] | |
traits | List | The traits of the waypoint. | [default to const []] |
modifiers | List | The modifiers of the waypoint. | [optional] [default to const []] |
chart | Chart | [optional] | |
isUnderConstruction | bool | True if the waypoint is under construction. |