# RemoteObject
## Properties
**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)