AshPaperTrail.Resource.BelongsToActor (ash_paper_trail v0.5.4)

View Source

Represents a belongs_to_actor relationship on a version resource

Summary

Types

t()

@type t() :: %AshPaperTrail.Resource.BelongsToActor{
  allow_nil?: boolean(),
  attribute_type: term(),
  define_attribute?: boolean(),
  destination: Ash.Resource.t(),
  domain: atom(),
  name: atom(),
  public?: boolean()
}