ExpressionResponse

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

The expression.

Constructors

Link copied to clipboard
constructor(error: AzureResourceErrorInfoResponse? = 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

The sub expressions.

Link copied to clipboard
val text: String? = null

The text.

Link copied to clipboard
val value: Any? = null