hi-jira2 0.0.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**steps** | Option<[**crate::models::JiraExpressionsComplexityValueBean**]JiraExpressionsComplexityValueBean.md> | The number of steps it took to evaluate the expression, where a step is a high-level operation performed by the expression. A step is an operation such as arithmetic, accessing a property, accessing a context variable, or calling a function. | 
**expensive_operations** | Option<[**crate::models::JiraExpressionsComplexityValueBean**]JiraExpressionsComplexityValueBean.md> | The number of expensive operations executed while evaluating the expression. Expensive operations are those that load additional data, such as entity properties, comments, or custom fields. | 
**beans** | Option<[**crate::models::JiraExpressionsComplexityValueBean**]JiraExpressionsComplexityValueBean.md> | The number of Jira REST API beans returned in the response. | 
**primitive_values** | Option<[**crate::models::JiraExpressionsComplexityValueBean**]JiraExpressionsComplexityValueBean.md> | The number of primitive values returned in the response. | 

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