Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.25 KB

AssetCreate.md

File metadata and controls

18 lines (14 loc) · 1.25 KB

AssetCreate

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 will be moved to the new asset. [optional]
location_type LocationType [optional]
name str The name of the asset.
parent_id str The id of the parent asset that the asset belongs to. [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 will be moved to the new 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]