V3IncidentsTagsLogs
Represents a log entry for an incident action.
Example Usage
import { V3IncidentsTagsLogs } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3IncidentsTagsLogs = {
action: "<value>",
time: new Date("2025-11-17T20:16:53.895Z"),
reason: "<value>",
};Fields
Field
Type
Required
Description
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