WorkflowsListWorkflowsRequest
Last updated
import { WorkflowsListWorkflowsRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";
let value: WorkflowsListWorkflowsRequest = {
ownerId: "<id>",
};ownerId
string
✔️
N/A
pageSize
number
➖
N/A
pageNumber
number
➖
N/A
search
string
➖
N/A
event
string[]
➖
N/A
actions
string[]
➖
N/A
tags
string[]
➖
N/A
owner
string[]
➖
N/A
createdBy
string[]
➖
N/A
updatedBy
string[]
➖
N/A
enabled
string
➖
N/A
Last updated