Represents a update action on a resource.
t() :: %Ash.Resource.Actions.Update{ accept: [atom()], arguments: [Ash.Resource.Actions.Argument.t()], changes: term(), description: String.t(), name: atom(), primary?: boolean(), reject: term(), type: :update }