View Source Runbox.Scenario.OutputAction.UpsertAssetAttributes (runbox v10.0.0)
Parameters for output action Upsert Asset Attributes.
The resulting output action will create or update attributes of the given asset.
Summary
Types
@type t() :: %Runbox.Scenario.OutputAction.UpsertAssetAttributes{ attributes: map(), id: Runbox.Scenario.OutputAction.asset_id(), type: Runbox.Scenario.OutputAction.asset_type() }
Upsert Asset Attributes
:type
- asset type:id
- asset ID:attributes
- a map of attributes in format%{"name" => value}
to be inserted or updated