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