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

t()

Upsert Asset Attributes

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, see t:asset_type/0)
  • :id - asset ID (for more information, see t: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, see t:access_tags/0)