# `Ash.Resource.Actions.Argument`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/resource/actions/argument.ex#L5)

Represents an argument to an action

# `t`

```elixir
@type t() :: %Ash.Resource.Actions.Argument{
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  allow_nil?: term(),
  constraints: term(),
  default: term(),
  description: term(),
  name: term(),
  public?: term(),
  sensitive?: term(),
  type: term()
}
```

# `schema`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
