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
# Avatar

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The ID of the avatar. | 
**owner** | Option<**String**> | The owner of the avatar. For a system avatar the owner is null (and nothing is returned). For non-system avatars this is the appropriate identifier, such as the ID for a project or the account ID for a user. | [optional][readonly]
**is_system_avatar** | Option<**bool**> | Whether the avatar is a system avatar. | [optional][readonly]
**is_selected** | Option<**bool**> | Whether the avatar is used in Jira. For example, shown as a project's avatar. | [optional][readonly]
**is_deletable** | Option<**bool**> | Whether the avatar can be deleted. | [optional][readonly]
**file_name** | Option<**String**> | The file name of the avatar icon. Returned for system avatars. | [optional][readonly]
**urls** | Option<**::std::collections::HashMap<String, String>**> | The list of avatar icon URLs. | [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)