IDeviceRouteStatusSingleOptions
data class IDeviceRouteStatusSingleOptions(val shiftCloseRequired: Boolean? = null, val currentShift: IDeviceRouteStatusCurrentShiftOptions? = null, val currentRegistration: IDeviceRouteStatusCurrentRegistrationOptions? = null, val departments: List<IDepartmentOptions>? = null, val location: IDeviceLocationOptions? = null, val fail: IScenarioResultErrorOptions? = null)
Constructors
Link copied to clipboard
constructor(shiftCloseRequired: Boolean? = null, currentShift: IDeviceRouteStatusCurrentShiftOptions? = null, currentRegistration: IDeviceRouteStatusCurrentRegistrationOptions? = null, departments: List<IDepartmentOptions>? = null, location: IDeviceLocationOptions? = null, fail: IScenarioResultErrorOptions? = null)