Class TachographInternalRequest
- Namespace
- Geotab.Checkmate.ObjectModel.Tachograph
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The entity which describes the tachograph internal request.
public class TachographInternalRequest
- Inheritance
-
TachographInternalRequest
- Inherited Members
Constructors
TachographInternalRequest()
Initializes a new instance of the TachographInternalRequest class.
public TachographInternalRequest()
TachographInternalRequest(TachographUnitData?, SecurityIdentifier[], object?)
Initializes a new instance of the TachographInternalRequest class.
public TachographInternalRequest(TachographUnitData? scope, SecurityIdentifier[] securityIdentifiers, object? data)
Parameters
scope
TachographUnitDataScope of units.
securityIdentifiers
SecurityIdentifier[]The security identifiers applied to the method.
data
objectExtra parameters for the TachoModule endpoint.
Properties
Data
Gets or sets extra data for the TachoModule request.
public object? Data { get; set; }
Property Value
Scope
Gets or sets list of units.
public TachographUnitData? Scope { get; set; }
Property Value
SecurityIdentifiers
Gets or sets the SecurityIdentifiers to apply.
public SecurityIdentifier[] SecurityIdentifiers { get; set; }
Property Value
- SecurityIdentifier[]
Array of SecurityIdentifier