jira-api-v2 1.0.1

Jira Cloud platform REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# FoundGroup

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | The name of the group. | [optional]
**html** | Option<**String**> | The group name with the matched query string highlighted with the HTML bold tag. | [optional]
**labels** | Option<[**Vec<models::GroupLabel>**]GroupLabel.md> |  | [optional]
**group_id** | Option<**String**> | The ID of the group, if available, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*. | [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)