AshPaperTrail.Resource.BelongsToActor (ash_paper_trail v0.5.7)

View Source

Represents a belongs_to_actor relationship on a version resource

Summary

Types

t()

@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(),
  public?: boolean()
}