# `Milvex.Milvus.Proto.Milvus.AlterCollectionFunctionRequest`

# `t`

```elixir
@type t() :: %Milvex.Milvus.Proto.Milvus.AlterCollectionFunctionRequest{
  __unknown_fields__: [Protobuf.unknown_field()],
  base: Milvex.Milvus.Proto.Common.MsgBase.t() | nil,
  collectionID: integer(),
  collection_name: String.t(),
  db_name: String.t(),
  functionSchema: Milvex.Milvus.Proto.Schema.FunctionSchema.t() | nil,
  function_name: String.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
