jira_v3_openapi 1.6.1

Jira Cloud platform REST API lib (OpenAPI document version: 1001.0.0-SNAPSHOT-af42c50d50804c2f1b8ad4bb80d52c53890867e2)
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]
**r#type** | Option<**String**> | The type of the project role. This is \"DEFAULT\" or \"GUEST\\_ROLE\". | [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)