Skip to main content

ValidateExpressionResult

Response returned by the validateExpression query for validating expressions in Custom Metrics.

Returns whether the expression is valid or not with a reason explaining why.

fields

  • valid non-null Boolean

    True if the expression is valid, false otherwise.

  • reason nullable String

    The reason for why the expression is not valid in case it isn't, null otherwise.