AshOps.Entity.Destroy (ash_ops v0.2.3)

The mix_tasks.destroy DSL entity.

Summary

Types

t()

@type t() :: %AshOps.Entity.Destroy{
  __identifier__: any(),
  action: atom() | Ash.Resource.Actions.Destroy.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: :destroy
}