# GetMultivariateEventsResponse


## Properties

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

## Example

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

const instance: GetMultivariateEventsResponse = {
    events,
    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)
