Table of Contents

Class TachographVersionSetting

Namespace
Geotab.Checkmate.ObjectModel.EntitySettings
Assembly
Geotab.Checkmate.ObjectModel.dll

The class that represents json data for tachograph version settings.

public sealed class TachographVersionSetting
Inheritance
TachographVersionSetting
Inherited Members

Constructors

TachographVersionSetting()

public TachographVersionSetting()

Properties

RecordUnixTimestamp

Gets or sets record date in unix timestamp

public long RecordUnixTimestamp { get; set; }

Property Value

long

The value for record date.

TachographVersion

Gets or sets tachograph version

public string? TachographVersion { get; set; }

Property Value

string

The value for tachograph version.