View Source Ash.Resource.Actions.Argument (ash v2.21.4)

Represents an argument to an action

Summary

Types

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

Functions