# WeaviateApi.ModelManifestsListResponse

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


