Skip to content

Files

Latest commit

author
Samsara CI
Jul 14, 2020
bd6afe4 · Jul 14, 2020

History

History
18 lines (14 loc) · 1.29 KB

AssetPatch.md

File metadata and controls

18 lines (14 loc) · 1.29 KB

AssetPatch

The asset creation arguments

Properties

Name Type Description Notes
custom_metadata dict(str, str) The custom fields of an asset. [optional]
location AssetLocation [optional]
location_data_input_id str Required if locationType is "dataInput". Specifies the id of a location data input which will determine the asset's location. The data input must be in the asset. [optional]
location_type LocationType [optional]
name str The name of the asset. [optional]
parent_id str The id of the parent asset that the asset belongs to. Pass in an empty string to remove the child from the parent. [optional]
running_status_data_input_id str The asset's isRunning status will be true when the associated data input's value is 1. Data input cannot be of location format. The data input must be in the asset. [optional]
tag_ids list[str] The ids of the tags that the asset should belong to. [optional]

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