hi-jira2 0.0.1

Jira rest api v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# RoleActor

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i64**> | The ID of the role actor. | [optional][readonly]
**display_name** | Option<**String**> | The display name of the role actor. For users, depending on the user’s privacy setting, this may return an alternative value for the user's name. | [optional][readonly]
**_type** | Option<**String**> | The type of role actor. | [optional][readonly]
**name** | Option<**String**> | This property is no longer available and will be removed from the documentation soon. See the [deprecation notice]https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/ for details. | [optional][readonly]
**avatar_url** | Option<**String**> | The avatar of the role actor. | [optional][readonly]
**actor_user** | Option<[**crate::models::ProjectRoleUser**]ProjectRoleUser.md> |  | [optional][readonly]
**actor_group** | Option<[**crate::models::ProjectRoleGroup**]ProjectRoleGroup.md> |  | [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)