ExpressionRootResponse

data class ExpressionRootResponse(val error: AzureResourceErrorInfoResponse? = null, val path: String? = null, val subexpressions: List<ExpressionResponse>? = null, val text: String? = null, val value: Any? = null)

The expression root.

Constructors

Link copied to clipboard
constructor(error: AzureResourceErrorInfoResponse? = null, path: String? = null, subexpressions: List<ExpressionResponse>? = null, text: String? = null, value: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The azure resource error info.

Link copied to clipboard
val path: String? = null

The path.

Link copied to clipboard

The sub expressions.

Link copied to clipboard
val text: String? = null

The text.

Link copied to clipboard
val value: Any? = null