# ListPreIpoCompanyNewsEventsResponse

Response for listing Pre IPO Company News Events.

## Example Usage

```typescript
import { ListPreIpoCompanyNewsEventsResponse } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: ListPreIpoCompanyNewsEventsResponse = {};
```

## Fields

| Field                                                                                                                                                                                                                                       | Type                                                                                                                                                                                                                                        | Required                                                                                                                                                                                                                                    | Description                                                                                                                                                                                                                                 | Example                                                                                                                                                                                                                                     |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `nextPageToken`                                                                                                                                                                                                                             | *string*                                                                                                                                                                                                                                    | :heavy_minus_sign:                                                                                                                                                                                                                          | A token to retrieve the next page of results. Pass this value in the `page_token` field of a subsequent `ListPreIpoCompanyNewsEventsRequest` to retrieve the next page of results. If this field is omitted, there are no subsequent pages. | eyJzaXplIjoxMCwib2Zmc2V0IjoxMDAsInBhcmVudElkIjoicGFyZW50SWQifQ==                                                                                                                                                                            |
| `preIpoCompanyNewsEvents`                                                                                                                                                                                                                   | [components.PreIpoCompanyNewsEvent](../../models/components/preipocompanynewsevent.md)[]                                                                                                                                                    | :heavy_minus_sign:                                                                                                                                                                                                                          | The Pre IPO Company News Events.                                                                                                                                                                                                            |                                                                                                                                                                                                                                             |