jira_v3_openapi 1.5.3

Jira Cloud platform REST API lib (OpenAPI document version: 1001.0.0-SNAPSHOT-37416ade0f89f7cb291510843b8a4bbd682b33a1)
Documentation
# ProjectRoleDetails

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**admin** | Option<**bool**> | Whether this role is the admin role for the project. | [optional][readonly]
**default** | Option<**bool**> | Whether this role is the default role for the project. | [optional][readonly]
**description** | Option<**String**> | The description of the project role. | [optional][readonly]
**id** | Option<**i64**> | The ID of the project role. | [optional][readonly]
**name** | Option<**String**> | The name of the project role. | [optional]
**role_configurable** | Option<**bool**> | Whether the roles are configurable for this project. | [optional][readonly]
**scope** | Option<[**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]
**param_self** | Option<**String**> | The URL the project role details. | [optional][readonly]
**translated_name** | Option<**String**> | The translated name of the project role. | [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)