# RunExternalIssues


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** |  | [default to undefined]
**links** | [**Array&lt;RunExternalIssuesLinksInner&gt;**](RunExternalIssuesLinksInner.md) | Array of external issue links. Each test run (run_id) can have only one external issue link. | [default to undefined]

## Example

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

const instance: RunExternalIssues = {
    type,
    links,
};
```

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