Source Test Suite Response for Test Case clone operation

interface SourceTestSuiteResponse {
    id: number;
    name: string;
    project: TeamProjectReference;
    testCaseIds?: number[];
}

Hierarchy (View Summary)

Properties

id: number

ID of the test suite.

name: string

Name of the test suite.

project reference

testCaseIds?: number[]

Id of suites to be cloned inside source Test Plan