> For the complete documentation index, see [llms.txt](https://developers.incidents.cloud.solarwinds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.incidents.cloud.solarwinds.com/typescript/docs/models/v3incidentsincidentactionseventwebhooktrigger.md).

# V3IncidentsIncidentActionsEventWebhookTrigger

Represents a webhook trigger with event class and type.

## Example Usage

```typescript
import { V3IncidentsIncidentActionsEventWebhookTrigger } from "@solarwinds/squadcast-sdk-typescript/models";

let value: V3IncidentsIncidentActionsEventWebhookTrigger = {
  eventClass: "<value>",
  eventType: "<value>",
};
```

## Fields

| Field        | Type     | Required             | Description |
| ------------ | -------- | -------------------- | ----------- |
| `eventClass` | *string* | :heavy\_check\_mark: | N/A         |
| `eventType`  | *string* | :heavy\_check\_mark: | N/A         |
