AshOps.Entity.Update (ash_ops v0.2.3)
The mix_tasks.update
DSL entity.
Summary
Types
@type t() :: %AshOps.Entity.Update{ __identifier__: any(), action: atom() | Ash.Resource.Actions.Update.t(), arguments: [atom()], description: nil | String.t(), domain: module(), name: atom(), prefix: atom(), read_action: nil | atom() | Ash.Resource.Actions.Read.t(), resource: module(), task_name: atom(), type: :update }