Class: Samsara::Types::RouteFeedObjectResponseBodyOperation

Inherits:
Object
  • Object
show all
Defined in:
lib/samsara_api/types/route_feed_object_response_body_operation.rb

Overview

time updated`, ‘stop order changed`, `stop arrival prevented`

Constant Summary collapse

STOP_SCHEDULED =
"stop scheduled"
STOP_EN_ROUTE =
"stop en route"
STOP_SKIPPED =
"stop skipped"
STOP_ARRIVED =
"stop arrived"
STOP_DEPARTED =
"stop departed"
STOP_ETA_UPDATED =
"stop ETA updated"
STOP_ARRIVAL_TIME_UPDATED =
"stop arrival time updated"
STOP_COMPLETION_TIME_UPDATED =
"stop completion time updated"
STOP_ORDER_CHANGED =
"stop order changed"
STOP_ARRIVAL_PREVENTED =
"stop arrival prevented"