# GetEventResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**event** | [**EventData**](EventData.md) |  | [default to undefined]
**markets** | [**Array&lt;Market&gt;**](Market.md) | Data for the markets in this event. This field is deprecated in favour of the \&quot;markets\&quot; field inside the event. Which will be filled with the same value if you use the query parameter \&quot;with_nested_markets&#x3D;true\&quot;. | [default to undefined]

## Example

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

const instance: GetEventResponse = {
    event,
    markets,
};
```

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