V3IncidentsIncidentActionsEventWebhookTrigger
Represents a webhook trigger with event class and type.
Example Usage
import { V3IncidentsIncidentActionsEventWebhookTrigger } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3IncidentsIncidentActionsEventWebhookTrigger = {
eventClass: "<value>",
eventType: "<value>",
};Fields
Field
Type
Required
Description
eventClass
string
✔️
N/A
eventType
string
✔️
N/A
PreviousV3IncidentsIncidentActionsCircleCIRebuildResponse
NextV3IncidentsIncidentActionsRebuildCircleCIProjectRequest
Last updated