| Name | Type | Description | Notes |
|---|---|---|---|
| test_case_key | String | ||
| precondition | String | [optional] | |
| status | String | ||
| name | String | [optional] | |
| description | String | [optional] | |
| priority | String | [optional] | |
| test_category | String | [optional] | |
| test_type | String | ||
| assignee | String | [optional] | |
| executed_by | String | [optional] | |
| planned_start_date | Time | [optional] | |
| planned_end_date | Time | [optional] | |
| automation | V1ProjectsProjectKeyTestRunsPostRequestTestRunsInnerAutomation | [optional] | |
| components | Array<String> | [optional] | |
| labels | Array<String> | [optional] | |
| cycle_name | String | [optional] | |
| folder_path | String | [optional] | |
| steps | Array<V1ProjectsProjectKeyTestRunsPostRequestTestRunsInnerStepsInner> | [optional] | |
| fields | Array<V1ProjectsProjectKeyCyclesPostRequestInnerFieldsInner> | [optional] |
require 'tricentis_tm_api'
instance = TricentisTmApi::V1ProjectsProjectKeyTestRunsPostRequestTestRunsInner.new(
test_case_key: null,
precondition: null,
status: null,
name: null,
description: null,
priority: null,
test_category: null,
test_type: null,
assignee: null,
executed_by: null,
planned_start_date: null,
planned_end_date: null,
automation: null,
components: null,
labels: null,
cycle_name: null,
folder_path: null,
steps: null,
fields: null
)