Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.09 KB

TestSuiteV2GetModel.md

File metadata and controls

16 lines (13 loc) · 1.09 KB

TestSuiteV2GetModel

Properties

Name Type Description Notes
id UUID Unique ID of the test suite [default to null]
refreshDate Date Date of the last refresh of the test suite [optional] [default to null]
parentId UUID Unique ID of the parent test suite in hierarchy [optional] [default to null]
testPlanId UUID Unique ID of test plan to which the test suite belongs [default to null]
name String Name of the test suite [default to null]
type TestSuiteType [optional] [default to null]
saveStructure Boolean Indicates if the test suite retains section tree structure [optional] [default to null]
autoRefresh Boolean Indicates if scheduled auto refresh is enabled for the test suite [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]