# `AshPaperTrail.Resource.BelongsToActor`
[🔗](https://github.com/ash-project/ash_paper_trail/blob/v0.6.0/lib/resource/belongs_to_actor.ex#L5)

Represents a belongs_to_actor relationship on a version resource

# `t`

```elixir
@type t() :: %AshPaperTrail.Resource.BelongsToActor{
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  allow_nil?: boolean(),
  attribute_type: term(),
  define_attribute?: boolean(),
  destination: Ash.Resource.t(),
  domain: atom(),
  name: atom(),
  on_delete: :nothing | :nilify | :delete | :restrict | {:nilify, [atom()]},
  public?: boolean()
}
```

---

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