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

Represents metadata from an action

# `t`

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

# `schema`

---

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