# GetStructuredTargetsResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**structured_targets** | [**Array&lt;StructuredTarget&gt;**](StructuredTarget.md) |  | [optional] [default to undefined]
**cursor** | **string** | Pagination cursor for the next page. Empty if there are no more results. | [optional] [default to undefined]

## Example

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

const instance: GetStructuredTargetsResponse = {
    structured_targets,
    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)
