Class SafetyFleetInsightSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class SafetyFleetInsightSearch : Search, IEntity
- Inheritance
-
SafetyFleetInsightSearch
- Implements
- Inherited Members
Constructors
SafetyFleetInsightSearch()
Initializes a new instance of the SafetyFleetInsightSearch class.
public SafetyFleetInsightSearch()
SafetyFleetInsightSearch(Id?)
Initializes a new instance of the SafetyFleetInsightSearch class. The object used to specify the arguments when searching for Trailers.
public SafetyFleetInsightSearch(Id? id)
Parameters
Properties
FromDate
Gets or sets search for SafetyFleetInsight records at this date or after.
public DateTime? FromDate { get; set; }
Property Value
SafetyFleetClusterSearch
Gets or sets search for SafetyFleetInsights matching this SafetyFleetClusterSearch. Providing a cluster ID will search for any SafetyFleetInsight that is assigned to that Cluster.
public SafetyFleetClusterSearch? SafetyFleetClusterSearch { get; set; }
Property Value
ToDate
Gets or sets search for SafetyFleetInsight records at this date or after.
public DateTime? ToDate { get; set; }