Runbox.Scenario.OutputAction.UpsertAssetAttributes (runbox v7.0.1)

Parameters for output action Upsert Asset Attributes.

The resulting output action will create or update attributes of the given asset.

Link to this section Summary

Types

t()

Upsert Asset Attributes

Link to this section 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