Ash.Resource.Actions.Argument (ash v1.46.8) View Source

Represents an argument to an action

Link to this section Summary

Link to this section Types

Specs

t() :: %Ash.Resource.Actions.Argument{
  allow_nil?: term(),
  constraints: term(),
  default: term(),
  description: term(),
  name: term(),
  private?: term(),
  sensitive?: term(),
  type: term()
}

Link to this section Functions