# WeaviateApi.EventsListResponse

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


