Source Test Plan Response for Test Plan clone operation

interface SourceTestplanResponse {
    id: number;
    name: string;
    project: TeamProjectReference;
    suiteIds?: number[];
}

Hierarchy (View Summary)

Properties

id: number

ID of the test plan.

name: string

Name of the test plan.

project reference

suiteIds?: number[]

Id of suites to be cloned inside source Test Plan