Toolbox.Scenario.OutputAction.AssetPatch (toolbox v1.1.0)

Body for asset attributes patch output action.

Describes a patch (a change) in attributes, some attributes can change (update), some may be completely removed (delete).

Link to this section Summary

Types

t()

Body for asset attributes patch output action

Link to this section Types

@type t() :: %Toolbox.Scenario.OutputAction.AssetPatch{
  delete: map() | nil,
  id: String.t(),
  update: map() | nil
}

Body for asset attributes patch output action