Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.58 KB

V1ProjectsProjectKeyTestCasesGet200ResponseItemsInner.md

File metadata and controls

40 lines (34 loc) · 1.58 KB

TricentisTmApi::V1ProjectsProjectKeyTestCasesGet200ResponseItemsInner

Properties

Name Type Description Notes
id String [optional]
key String [optional]
project String [optional]
test_category String [optional]
test_type String [optional]
fields V1ProjectsProjectKeyTestCasesGet200ResponseItemsInnerFields [optional]
custom_fields Array<V1ProjectsProjectKeyTestCasesGet200ResponseItemsInnerCustomFieldsInner> [optional]
ttm_fields V1ProjectsProjectKeyTestCasesGet200ResponseItemsInnerTtmFields [optional]
requirements Array<String> [optional]
folder String [optional]
folder_id String [optional]
automation V1ProjectsProjectKeyTestCasesGet200ResponseItemsInnerAutomation [optional]

Example

require 'tricentis_tm_api'

instance = TricentisTmApi::V1ProjectsProjectKeyTestCasesGet200ResponseItemsInner.new(
  id: null,
  key: null,
  project: null,
  test_category: null,
  test_type: null,
  fields: null,
  custom_fields: null,
  ttm_fields: null,
  requirements: null,
  folder: null,
  folder_id: null,
  automation: null
)