# PreIpoCompanyNewsEvent

A Pre IPO Company News Event.

## Example Usage

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

let value: PreIpoCompanyNewsEvent = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                | Type                                                                                                                                                                                                                                                                 | Required                                                                                                                                                                                                                                                             | Description                                                                                                                                                                                                                                                          | Example                                                                                                                                                                                                                                                              |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `articles`                                                                                                                                                                                                                                                           | [components.PreIpoCompanyNewsEventArticle](../../models/components/preipocompanynewseventarticle.md)[]                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                                                                   | The news articles related to the Pre IPO Company News Event.                                                                                                                                                                                                         |                                                                                                                                                                                                                                                                      |
| `description`                                                                                                                                                                                                                                                        | *string*                                                                                                                                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                                                                                   | The description of the Pre IPO Company News Event.                                                                                                                                                                                                                   | The New York Times' $1.5B lawsuit against Perplexity signals a critical moment in the media industry's battle over intellectual property rights, potentially reshaping the landscape for AI-driven content generation and its financial implications for publishers. |
| `eventTime`                                                                                                                                                                                                                                                          | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)                                                                                                                                                                        | :heavy_minus_sign:                                                                                                                                                                                                                                                   | The time the news event occurred.                                                                                                                                                                                                                                    | 2025-12-05T13:22:00Z                                                                                                                                                                                                                                                 |
| `name`                                                                                                                                                                                                                                                               | *string*                                                                                                                                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                                                                                   | The resource name of the Pre IPO Company News Event. Format: preIpoCompanies/{pre_ipo_company}/newsEvents/{newsEvent}                                                                                                                                                | preIpoCompanies/3fa85f64-5717-4562-b3fc-2c963f66afa6/newsEvents/019af749-61be-7c10-a684-9a2e77fa98ef                                                                                                                                                                 |
| `newsEventId`                                                                                                                                                                                                                                                        | *string*                                                                                                                                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                                                                                   | The ID of the Pre IPO Company News Event.                                                                                                                                                                                                                            | 019af749-61be-7c10-a684-9a2e77fa98ef                                                                                                                                                                                                                                 |
| `preIpoCompanyId`                                                                                                                                                                                                                                                    | *string*                                                                                                                                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                                                                                   | The ID of the Pre IPO Company.                                                                                                                                                                                                                                       | 3fa85f64-5717-4562-b3fc-2c963f66afa6                                                                                                                                                                                                                                 |
| `title`                                                                                                                                                                                                                                                              | *string*                                                                                                                                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                                                                                   | The title of the Pre IPO Company News Event.                                                                                                                                                                                                                         | The New York Times Sues Perplexity for $1.5B in Damages                                                                                                                                                                                                              |