View Source Runbox.Scenario.OutputAction.UpsertAssetAttributes (runbox v17.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{ access_tags: Runbox.Scenario.OutputAction.access_tags(), attributes: map(), id: Runbox.Scenario.OutputAction.asset_id(), type: Runbox.Scenario.OutputAction.asset_type() }
Upsert Asset Attributes
:type
- asset type (for more information, seet:asset_type/0
):id
- asset ID (for more information, seet:asset_id/0
):attributes
- a map of attributes in format%{"name" => value}
to be inserted or updated:access_tags
- a map of attributes mapped to its access tags (for more information, seet:access_tags/0
)