Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 731 Bytes

V1ProjectsProjectKeyCyclesPostRequestInnerFieldsInner.md

File metadata and controls

28 lines (22 loc) · 731 Bytes

TricentisTmApi::V1ProjectsProjectKeyCyclesPostRequestInnerFieldsInner

Properties

Name Type Description Notes
scheme_id String [optional]
scheme_type String [optional]
scheme_name String [optional]
allowe_value_id String [optional]
allowed_value_name String [optional]
value String [optional]

Example

require 'tricentis_tm_api'

instance = TricentisTmApi::V1ProjectsProjectKeyCyclesPostRequestInnerFieldsInner.new(
  scheme_id: null,
  scheme_type: null,
  scheme_name: null,
  allowe_value_id: null,
  allowed_value_name: null,
  value: null
)