# ListPreIpoCompanyResearchDocumentsResponse

Response for listing Pre IPO Company Research Documents.

## Example Usage

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

let value: ListPreIpoCompanyResearchDocumentsResponse = {};
```

## 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 `ListPreIpoCompanyResearchDocumentsRequest` to retrieve the next page of results. If this field is omitted, there are no subsequent pages. | eyJzaXplIjoxMCwib2Zmc2V0IjoxMDAsInBhcmVudElkIjoicGFyZW50SWQifQ==                                                                                                                                                                                   |
| `preIpoCompanyResearchDocuments`                                                                                                                                                                                                                   | [components.PreIpoCompanyResearchDocument](../../models/components/preipocompanyresearchdocument.md)[]                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                                                                 | The Pre IPO Company Research Documents.                                                                                                                                                                                                            |                                                                                                                                                                                                                                                    |