View Source Runbox.Scenario.OutputAction.DeleteAllAssetAttributes (runbox v17.1.0)
Parameters for output action Delete All Asset Attributes.
The resulting output action will delete all existing attributes of the given asset. This is scoped to the attributes created by the same run.
Summary
Types
@type t() :: %Runbox.Scenario.OutputAction.DeleteAllAssetAttributes{ access_tags: Runbox.Scenario.OutputAction.access_tags(), id: Runbox.Scenario.OutputAction.asset_id(), type: Runbox.Scenario.OutputAction.asset_type() }
Delete All Asset Attributes
:type
- asset type:id
- asset ID:access_tags
- a map of attributes mapped to its access tags (for more information, seeRunbox.Scenario.OutputAction.access_tags/0
)