# ListPreIpoCompaniesResponse

Response for listing Pre IPO Companies.

## Example Usage

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

let value: ListPreIpoCompaniesResponse = {};
```

## 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 `ListPreIpoCompaniesRequest` to retrieve the next page of results. If this field is omitted, there are no subsequent pages. | eyJzaXplIjoxMCwib2Zmc2V0IjoxMDAsInBhcmVudElkIjoicGFyZW50SWQifQ==                                                                                                                                                                    |
| `preIpoCompanies`                                                                                                                                                                                                                   | [components.PreIpoCompany](../../models/components/preipocompany.md)[]                                                                                                                                                              | :heavy_minus_sign:                                                                                                                                                                                                                  | The Pre IPO Companies.                                                                                                                                                                                                              |                                                                                                                                                                                                                                     |