hi-jira2 0.0.1

Jira rest api v2
Documentation
# ProjectRoleDetails

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_self** | Option<**String**> | The URL the project role details. | [optional][readonly]
**name** | Option<**String**> | The name of the project role. | [optional]
**id** | Option<**i64**> | The ID of the project role. | [optional][readonly]
**description** | Option<**String**> | The description of the project role. | [optional][readonly]
**admin** | Option<**bool**> | Whether this role is the admin role for the project. | [optional][readonly]
**scope** | Option<[**crate::models::Scope**]Scope.md> | The scope of the role. Indicated for roles associated with [next-gen projects]https://confluence.atlassian.com/x/loMyO. | [optional][readonly]
**role_configurable** | Option<**bool**> | Whether the roles are configurable for this project. | [optional][readonly]
**translated_name** | Option<**String**> | The translated name of the project role. | [optional]
**default** | Option<**bool**> | Whether this role is the default role for the project. | [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)