Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 435 Bytes

V1TestRunsSchemeSchemeNameAllowedValuesPostRequestInner.md

File metadata and controls

20 lines (14 loc) · 435 Bytes

TricentisTmApi::V1TestRunsSchemeSchemeNameAllowedValuesPostRequestInner

Properties

Name Type Description Notes
name String [optional]
description String [optional]

Example

require 'tricentis_tm_api'

instance = TricentisTmApi::V1TestRunsSchemeSchemeNameAllowedValuesPostRequestInner.new(
  name: null,
  description: null
)