Skip to content

Latest commit

 

History

History
63 lines (33 loc) · 1.36 KB

ZoneType.md

File metadata and controls

63 lines (33 loc) · 1.36 KB

@fairfleet/geotab / ZoneType

Interface: ZoneType

The type of the zone.

Hierarchy

Table of contents

Properties

Properties

comment

comment: string

Gets or sets a free text field where any user information can be stored and referenced for this entity. Default [""].

Defined in

src/types/Checkmate/ObjectModel/ZoneType.ts:10


id

id: string

Gets or sets the unique identifier for the specific Entity object in the Geotab system. See Id.

Inherited from

NameEntity.id

Defined in

src/types/Checkmate/ObjectModel/Entity.ts:14


name

name: string

Gets or sets the name of this entity that uniquely identifies it and is used when displaying this entity.

Inherited from

NameEntity.name

Defined in

src/types/Checkmate/ObjectModel/NameEntity.ts:10