# `Milvex.Milvus.Proto.Common.ClientCommand`

# `t`

```elixir
@type t() :: %Milvex.Milvus.Proto.Common.ClientCommand{
  __unknown_fields__: [Protobuf.unknown_field()],
  command_id: String.t(),
  command_type: String.t(),
  create_time: integer(),
  payload: binary(),
  persistent: boolean(),
  target_scope: String.t()
}
```

---

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