# GetMultivariateEventCollectionLookupHistoryResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**lookup_points** | [**Array&lt;LookupPoint&gt;**](LookupPoint.md) | List of recent lookup points in the collection. | [default to undefined]

## Example

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

const instance: GetMultivariateEventCollectionLookupHistoryResponse = {
    lookup_points,
};
```

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