The asset creation arguments
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] |