jira_v3_openapi 1.6.1

Jira Cloud platform REST API lib (OpenAPI document version: 1001.0.0-SNAPSHOT-af42c50d50804c2f1b8ad4bb80d52c53890867e2)
Documentation
# JqlFunctionPrecomputationBean

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**arguments** | Option<**Vec<String>**> | The list of arguments function was invoked with. | [optional][readonly]
**created** | Option<**String**> | The timestamp of the precomputation creation. | [optional][readonly]
**error** | Option<**String**> | The error message to be displayed to the user. | [optional][readonly]
**field** | Option<**String**> | The field the function was executed against. | [optional][readonly]
**function_key** | Option<**String**> | The function key. | [optional][readonly]
**function_name** | Option<**String**> | The name of the function. | [optional][readonly]
**id** | Option<**String**> | The id of the precomputation. | [optional][readonly]
**operator** | Option<**String**> | The operator in context of which function was executed. | [optional][readonly]
**updated** | Option<**String**> | The timestamp of the precomputation last update. | [optional][readonly]
**used** | Option<**String**> | The timestamp of the precomputation last usage. | [optional][readonly]
**value** | Option<**String**> | The JQL fragment stored as the precomputation. | [optional][readonly]

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