Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 493 Bytes

File metadata and controls

22 lines (16 loc) · 493 Bytes

TricentisTmApi::V1ProjectsProjectKeyTestRunsPostRequestTestRunsInnerAutomation

Properties

Name Type Description Notes
name String [optional]
id String [optional]
content String [optional]

Example

require 'tricentis_tm_api'

instance = TricentisTmApi::V1ProjectsProjectKeyTestRunsPostRequestTestRunsInnerAutomation.new(
  name: null,
  id: null,
  content: null
)