ash v1.6.5 Ash.Resource.Actions.Destroy View Source

Represents a destroy action on a resource.

Link to this section Summary

Link to this section Types

Specs

t() :: %Ash.Resource.Actions.Destroy{
  name: atom(),
  primary?: boolean(),
  type: :destroy
}