V3WorkflowsWorkflowAPIResponse
Example Usage
import { V3WorkflowsWorkflowAPIResponse } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3WorkflowsWorkflowAPIResponse = {
id: 536122,
ownerId: "<id>",
title: "<value>",
description: "minus since sharply whose out for",
enabled: true,
trigger: "<value>",
tags: [
{},
],
actions: [],
createdAt: "1705307286757",
createdBy: "<value>",
};Fields
Field
Type
Required
Description
id
number
✔️
N/A
ownerId
string
✔️
N/A
title
string
✔️
N/A
description
string
✔️
N/A
enabled
boolean
✔️
N/A
trigger
string
✔️
N/A
actions
models.V3WorkflowsActionResponse[]
✔️
N/A
createdAt
string
✔️
N/A
createdBy
string
✔️
N/A
updatedAt
string
➖
N/A
updatedBy
string
➖
N/A
Last updated