Test Suite Reference with Project

interface TestSuiteReferenceWithProject {
    id: number;
    name: string;
    project: TeamProjectReference;
}

Hierarchy (View Summary)

Properties

Properties

id: number

ID of the test suite.

name: string

Name of the test suite.

Reference of destination Project