# WeaviateApi.CommandsListResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**commands** | [**[Command]**](Command.md) | The actual list of commands. | [optional] 
**kind** | **String** | Identifies what kind of resource this is. Value: the fixed string \&quot;weave#commandsListResponse\&quot;. | [optional] [default to &#39;weave#commandsListResponse&#39;]
**nextPageToken** | **String** | Token for the next page of commands. | [optional] 
**totalResults** | **Number** | The total number of commands for the query. The number of items in a response may be smaller due to paging. | [optional] 


