Ash.TypedStruct.Field (ash v3.5.43)
View SourceRepresents a field on a typed struct
Summary
Types
@type t() :: %Ash.TypedStruct.Field{ __spark_metadata__: Spark.Dsl.Entity.spark_meta(), allow_nil?: term(), constraints: Keyword.t(), default: nil | term() | (-> term()), description: term(), name: atom(), type: Ash.Type.t() }