| Name | Type | Description | Notes |
|---|---|---|---|
| status | boolean | [optional] [default to undefined] | |
| result | Defect | [optional] [default to undefined] |
import { DefectResponse } from 'qase-api-client';
const instance: DefectResponse = {
status,
result,
};| Name | Type | Description | Notes |
|---|---|---|---|
| status | boolean | [optional] [default to undefined] | |
| result | Defect | [optional] [default to undefined] |
import { DefectResponse } from 'qase-api-client';
const instance: DefectResponse = {
status,
result,
};