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

t()

Upsert Asset Attributes

Types

@type t() :: %Runbox.Scenario.OutputAction.UpsertAssetAttributes{
  attributes: map(),
  id: Runbox.Scenario.OutputAction.asset_id(),
  type: Runbox.Scenario.OutputAction.asset_type()
}

Upsert Asset Attributes