# WeaviateApi.DevicesListResponse

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


