# RunExternalIssuesLinksInner


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**run_id** | **number** |  | [default to undefined]
**external_issue** | **string** | An external issue identifier, e.g. \&quot;PROJ-1234\&quot;. Or null if you want to remove the link. | [optional] [default to undefined]

## Example

```typescript
import { RunExternalIssuesLinksInner } from 'qase-api-client';

const instance: RunExternalIssuesLinksInner = {
    run_id,
    external_issue,
};
```

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