Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 771 Bytes

IssuePickerSuggestionsIssueType.md

File metadata and controls

10 lines (9 loc) · 771 Bytes

IssuePickerSuggestionsIssueType

Properties

Name Type Description Notes
label String The label of the type of issues suggested for use in auto-completion. [optional]
sub String If issue suggestions are found, returns a message indicating the number of issues suggestions found and returned. [optional]
id String The ID of the type of issues suggested for use in auto-completion. [optional]
msg String If no issue suggestions are found, returns a message indicating no suggestions were found, [optional]
issues List<SuggestedIssue> A list of issues suggested for use in auto-completion. [optional]