Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.42 KB

Tag.md

File metadata and controls

20 lines (16 loc) · 1.42 KB

Tag

Properties

Name Type Description Notes
id str Unique Samsara ID of this tag. [optional]
name str Name of this tag. [optional]
parent_tag_id str If this tag is part a hierarchical tag tree, this is the ID of the parent tag, otherwise this will be omitted. [optional]
addresses list[TaggedObject] The addresses that belong to this tag. [optional]
assets list[TaggedObject] The trailers, unpowered, and powered assets that belong to this tag. [optional]
drivers list[TaggedObject] The drivers that belong to this tag. [optional]
external_ids object The external IDs for the given object. [optional]
machines list[TaggedObject] The machines that belong to thistag. [optional]
parent_tag ParentTag [optional]
sensors list[TaggedObject] The sensors that belong to this tag. [optional]
vehicles list[TaggedObject] The vehicles that belong to this tag. [optional]

[Back to Model list] [Back to API list] [Back to README]