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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **String** | The URL of the item. | 
**title** | **String** | The title of the item. | 
**summary** | Option<**String**> | The summary details of the item. | [optional]
**icon** | Option<[**crate::models::Icon**]Icon.md> | Details of the icon for the item. If no icon is defined, the default link icon is used in Jira. | [optional]
**status** | Option<[**crate::models::Status**]Status.md> | The status of the item. | [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)