Table of Contents

Class DeviceVinForResponse

Namespace
Geotab.StoreForward
Assembly
Geotab.Checkmate.ObjectModel.dll

This is a DTO for the DeviceVin object from MiniHAGR client library

public sealed class DeviceVinForResponse
Inheritance
DeviceVinForResponse
Inherited Members

Constructors

DeviceVinForResponse()

public DeviceVinForResponse()

Properties

DateCreated

Gets or sets the date the device vin was created.

public DateTime? DateCreated { get; set; }

Property Value

DateTime?

The date the device vin was created.

DateUpdated

Gets or sets the date the device vin was last changed.

public DateTime? DateUpdated { get; set; }

Property Value

DateTime?

The date the device vin was last changed.

DeviceId

Gets or sets the device id.

public int? DeviceId { get; set; }

Property Value

int?

The device id.

ProductId

Gets or sets the product id.

public int? ProductId { get; set; }

Property Value

int?

The product id.

Vin

Gets or sets the vin.

public string? Vin { get; set; }

Property Value

string

The vin.