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
# IssuePickerSuggestionsIssueType

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**label** | Option<**String**> | The label of the type of issues suggested for use in auto-completion. | [optional][readonly]
**sub** | Option<**String**> | If issue suggestions are found, returns a message indicating the number of issues suggestions found and returned. | [optional][readonly]
**id** | Option<**String**> | The ID of the type of issues suggested for use in auto-completion. | [optional][readonly]
**msg** | Option<**String**> | If no issue suggestions are found, returns a message indicating no suggestions were found, | [optional][readonly]
**issues** | Option<[**Vec<crate::models::SuggestedIssue>**]SuggestedIssue.md> | A list of issues suggested for use in auto-completion. | [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)