ListWorkflowRunActionExpressionTracesResult

data class ListWorkflowRunActionExpressionTracesResult(val inputs: List<ExpressionRootResponse>? = null, val nextLink: String? = null, val value: Any? = null)

The expression traces.

Constructors

constructor(inputs: List<ExpressionRootResponse>? = null, nextLink: String? = null, value: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nextLink: String? = null

The link used to get the next page of recommendations.

Link copied to clipboard
val value: Any? = null