jira_v3_openapi 1.5.0

Jira Cloud platform REST API lib (OpenAPI document version: 1001.0.0-SNAPSHOT-37416ade0f89f7cb291510843b8a4bbd682b33a1)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# RemoteObject

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**icon** | Option<[**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<[**models::Status**]Status.md> | The status of the item. | [optional]
**summary** | Option<**String**> | The summary details of the item. | [optional]
**title** | **String** | The title of the item. | 
**url** | **String** | The URL of the item. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)