V3WorkflowsUpdateWorkflowAPIResponse
Example Usage
import { V3WorkflowsUpdateWorkflowAPIResponse } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3WorkflowsUpdateWorkflowAPIResponse = {};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