View Source
    
  Ash.Resource.Actions.Argument 
  (ash v2.5.4)
  
Represents an argument to an action
  
  
  
    
    
  
  
      
          @type t() :: %Ash.Resource.Actions.Argument{
  allow_nil?: term(),
  constraints: term(),
  default: term(),
  description: term(),
  name: term(),
  private?: term(),
  sensitive?: term(),
  type: term()
}