View Source Ash.Resource.Actions.Update (ash v2.15.0)
Represents a update action on a resource.
Summary
Types
@type t() :: %Ash.Resource.Actions.Update{ accept: [atom()], arguments: [Ash.Resource.Actions.Argument.t()], atomics: term(), changes: term(), delay_global_validations?: boolean(), description: String.t() | nil, error_handler: term(), manual: module() | nil, manual?: term(), metadata: term(), name: atom(), primary?: boolean(), reject: term(), require_attributes: term(), skip_global_validations?: boolean(), touches_resources: [atom()], transaction?: term(), type: :update }