# PreIpoCompanyNewsEventsListPreIpoCompanyNewsEventsRequest

## Example Usage

```typescript
import { PreIpoCompanyNewsEventsListPreIpoCompanyNewsEventsRequest } from "@apexfintechsolutions/ascend-sdk/models/operations";

let value: PreIpoCompanyNewsEventsListPreIpoCompanyNewsEventsRequest = {
  preIpoCompanyId: "3fa85f64-5717-4562-b3fc-2c963f66afa6",
};
```

## Fields

| Field                                                                                                                                                                                                                                                                    | Type                                                                                                                                                                                                                                                                     | Required                                                                                                                                                                                                                                                                 | Description                                                                                                                                                                                                                                                              | Example                                                                                                                                                                                                                                                                  |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `preIpoCompanyId`                                                                                                                                                                                                                                                        | *string*                                                                                                                                                                                                                                                                 | :heavy_check_mark:                                                                                                                                                                                                                                                       | The preIpoCompany id.                                                                                                                                                                                                                                                    | 3fa85f64-5717-4562-b3fc-2c963f66afa6                                                                                                                                                                                                                                     |
| `pageSize`                                                                                                                                                                                                                                                               | *number*                                                                                                                                                                                                                                                                 | :heavy_minus_sign:                                                                                                                                                                                                                                                       | The maximum number of Pre IPO Company News Events to return. The service may return fewer than this value. If unspecified, at most 100 Pre IPO Company News Events will be returned. The maximum value is 100; values above 100 will be coerced to 100.                  | 50                                                                                                                                                                                                                                                                       |
| `pageToken`                                                                                                                                                                                                                                                              | *string*                                                                                                                                                                                                                                                                 | :heavy_minus_sign:                                                                                                                                                                                                                                                       | A page token, received from a previous `ListPreIpoCompanyNewsEventsRequest` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPreIpoCompanyNewsEventsRequest` must match the call that provided the page token. | eyJzaXplIjoxMCwib2Zmc2V0IjoxMDAsInBhcmVudElkIjoicGFyZW50SWQifQ==                                                                                                                                                                                                         |