# GetEventsResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**events** | [**Array&lt;EventData&gt;**](EventData.md) | Array of events matching the query criteria. | [default to undefined]
**milestones** | [**Array&lt;Milestone&gt;**](Milestone.md) | Array of milestones related to the events. | [optional] [default to undefined]
**cursor** | **string** | Pagination cursor for the next page. Empty if there are no more results. | [default to undefined]

## Example

```typescript
import { GetEventsResponse } from 'kalshi-typescript';

const instance: GetEventsResponse = {
    events,
    milestones,
    cursor,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
