# TestCasebulkCasesInner


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **string** |  | [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**preconditions** | **string** |  | [optional] [default to undefined]
**postconditions** | **string** |  | [optional] [default to undefined]
**severity** | **number** |  | [optional] [default to undefined]
**priority** | **number** |  | [optional] [default to undefined]
**behavior** | **number** |  | [optional] [default to undefined]
**type** | **number** |  | [optional] [default to undefined]
**layer** | **number** |  | [optional] [default to undefined]
**is_flaky** | **number** |  | [optional] [default to undefined]
**suite_id** | **number** |  | [optional] [default to undefined]
**milestone_id** | **number** |  | [optional] [default to undefined]
**automation** | **number** |  | [optional] [default to undefined]
**status** | **number** |  | [optional] [default to undefined]
**steps_type** | **string** | Determines the format of the steps field. When \&quot;classic\&quot;, steps use the standard action/expected_result/data format. When \&quot;gherkin\&quot;, steps use the {value: \&quot;Given...\\nWhen...\\nThen...\&quot;} format. | [optional] [default to StepsTypeEnum_CLASSIC]
**attachments** | **Array&lt;string&gt;** | A list of Attachment hashes. | [optional] [default to undefined]
**steps** | [**Array&lt;TestStepCreate&gt;**](TestStepCreate.md) |  | [optional] [default to undefined]
**tags** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**params** | **{ [key: string]: Array&lt;string&gt;; }** | Deprecated, use &#x60;parameters&#x60; instead. | [optional] [default to undefined]
**parameters** | [**Array&lt;TestCaseParameterCreate&gt;**](TestCaseParameterCreate.md) |  | [optional] [default to undefined]
**custom_field** | **{ [key: string]: string; }** | A map of custom fields values (id &#x3D;&gt; value) | [optional] [default to undefined]
**created_at** | **string** |  | [optional] [default to undefined]
**updated_at** | **string** |  | [optional] [default to undefined]
**id** | **number** |  | [optional] [default to undefined]

## Example

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

const instance: TestCasebulkCasesInner = {
    title,
    description,
    preconditions,
    postconditions,
    severity,
    priority,
    behavior,
    type,
    layer,
    is_flaky,
    suite_id,
    milestone_id,
    automation,
    status,
    steps_type,
    attachments,
    steps,
    tags,
    params,
    parameters,
    custom_field,
    created_at,
    updated_at,
    id,
};
```

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