# GetMultivariateEventCollectionsResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**multivariate_contracts** | [**Array&lt;MultivariateEventCollection&gt;**](MultivariateEventCollection.md) | List of multivariate event collections. | [default to undefined]
**cursor** | **string** | The Cursor represents a pointer to the next page of records in the pagination. Use the value returned here in the cursor query parameter for this end-point to get the next page containing limit records. An empty value of this field indicates there is no next page. | [optional] [default to undefined]

## Example

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

const instance: GetMultivariateEventCollectionsResponse = {
    multivariate_contracts,
    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)
