V3IncidentsLogs
Last updated
Represents a log entry for an incident action.
import { V3IncidentsLogs } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3IncidentsLogs = {
action: "<value>",
time: new Date("2026-05-17T10:52:48.892Z"),
reason: "<value>",
};action
string
✔️
N/A
isManuallyCreated
boolean
➖
N/A
createdBy
string
➖
N/A
updatedBy
string
➖
N/A
assignedTo
string
➖
N/A
assignedBy
string
➖
N/A
id
string
➖
N/A
workflowId
number
➖
N/A
reason
string
✔️
N/A
type
string
➖
N/A
shouldShowInPostmortem
boolean
➖
N/A
Last updated