List Workflow Run Action Repetition Expression Traces Result
data class ListWorkflowRunActionRepetitionExpressionTracesResult(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)