# `Ash.Info.Manifest.Argument`
[🔗](https://github.com/ash-project/ash/blob/v3.25.2/lib/ash/info/manifest/argument.ex#L5)

Represents an action argument or calculation argument in the API specification.

# `t`

```elixir
@type t() :: %Ash.Info.Manifest.Argument{
  allow_nil?: boolean(),
  custom: map(),
  description: String.t() | nil,
  has_default?: boolean(),
  name: atom(),
  sensitive?: boolean(),
  type: Ash.Info.Manifest.Type.t()
}
```

---

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