Table of Contents

Class ShareableLinkSearch

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

false search The object used to specify the arguments when searching for ShareableLink(s).

public class ShareableLinkSearch : Search, IEntity
Inheritance
ShareableLinkSearch
Implements
Inherited Members

Constructors

ShareableLinkSearch()

public ShareableLinkSearch()

Properties

DeviceSearch

Gets or sets search for ShipmentLogs for this DeviceSearch Id. Available DeviceSearch options are:.

public DeviceSearch? DeviceSearch { get; set; }

Property Value

DeviceSearch

DeviceSearch

UserSearch

Gets or sets search for ShipmentLogs with this UserSearch Id. Available UserSearch options are:.

public UserSearch? UserSearch { get; set; }

Property Value

UserSearch

UserSearch

ValidBefore

Gets or sets search for shareable link that is valid before this date time.

public DateTime? ValidBefore { get; set; }

Property Value

DateTime?

DateTime