hi-jira2 0.0.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **i64** | The ID of the issue security level member. | 
**issue_security_level_id** | **i64** | The ID of the issue security level. | 
**holder** | Option<[**crate::models::PermissionHolder**]PermissionHolder.md> | The user or group being granted the permission. It consists of a `type` and a type-dependent `parameter`. See [Holder object]../api-group-permission-schemes/#holder-object in *Get all permission schemes* for more information. | 

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