ash v0.1.1 Ash.Resource.Actions.Destroy View Source
The representation of a destroy action
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Ash.Resource.Actions.Destroy{
authorization_steps: [Ash.Authorization.Rule.t()],
name: atom(),
primary?: boolean(),
type: :destroy
}