# RemoteIssueLink
## Properties
**id** | Option<**i64**> | The ID of the link. | [optional]
**_self** | Option<**String**> | The URL of the link. | [optional]
**global_id** | Option<**String**> | The global ID of the link, such as the ID of the item on the remote system. | [optional]
**application** | Option<[**crate::models::Application**](Application.md)> | Details of the remote application the linked item is in. | [optional]
**relationship** | Option<**String**> | Description of the relationship between the issue and the linked item. | [optional]
**object** | Option<[**crate::models::RemoteObject**](RemoteObject.md)> | Details of the item linked to. | [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)