List Workflow Run Action Expression Traces Result
data class ListWorkflowRunActionExpressionTracesResult(val inputs: List<ExpressionRootResponse>? = null, val nextLink: String? = null, val value: Any? = null)
The expression traces.
Constructors
Link copied to clipboard
constructor(inputs: List<ExpressionRootResponse>? = null, nextLink: String? = null, value: Any? = null)