View Source Runbox.Scenario.OutputAction.UpsertAssetAttributes (runbox v13.0.3)
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 (for more information, seeRunbox.Scenario.OutputAction.asset_type/0
):id
- asset ID (for more information, seeRunbox.Scenario.OutputAction.asset_id/0
):attributes
- a map of attributes in format%{"name" => value}
to be inserted or updated