hi-jira2 0.0.1

Jira rest api v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# JiraExpressionAnalysis

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expression** | **String** | The analysed expression. | 
**errors** | Option<[**Vec<crate::models::JiraExpressionValidationError>**]JiraExpressionValidationError.md> | A list of validation errors. Not included if the expression is valid. | [optional]
**valid** | **bool** | Whether the expression is valid and the interpreter will evaluate it. Note that the expression may fail at runtime (for example, if it executes too many expensive operations). | 
**_type** | Option<**String**> | EXPERIMENTAL. The inferred type of the expression. | [optional]
**complexity** | Option<[**crate::models::JiraExpressionComplexity**]JiraExpressionComplexity.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)