| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | [optional] | |
| id | String | [optional] | |
| content | String | [optional] |
require 'tricentis_tm_api'
instance = TricentisTmApi::V1ProjectsProjectKeyTestRunsPostRequestTestRunsInnerAutomation.new(
name: null,
id: null,
content: null
)