@fairfleet/geotab / TripTypeChangeSearch
The object used to specify the arguments when searching for TripTypeChange(s).
-
↳
TripTypeChangeSearch
• deviceSearch: DeviceSearch
Gets or sets filter by the DeviceSearch options. Providing a device ID will search for any TripTypeChanges that are assigned to that Device. Providing the Groups will search for TripTypeChanges for that have Devices in that group. Available DeviceSearch options are: IdGroups
src/types/Checkmate/ObjectModel/TripTypeChangeSearch.ts:19
• fromDate: Date
Gets or sets search for TripTypeChanges recorded at this date or after.
src/types/Checkmate/ObjectModel/TripTypeChangeSearch.ts:21
• id: string
Gets or sets search for an entry based on the specific Id.
src/types/Checkmate/ObjectModel/Search.ts:10
• includeFromDateOverlap: boolean
Gets or sets a value indicating whether gets or sets a value to include the first TripTypeChange before the TripTypeChangeSearch.FromDate. If TripTypeChangeSearch.FromDate is null this has no effect.
src/types/Checkmate/ObjectModel/TripTypeChangeSearch.ts:23
• toDate: Date
Gets or sets search for TripTypeChanges recorded at this date or before.
src/types/Checkmate/ObjectModel/TripTypeChangeSearch.ts:25
• version: number
Gets or sets the row version of the search criteria.