The test plan reference resource.

interface TestPlanReference {
    id: number;
    name: string;
}

Hierarchy (View Summary)

Properties

Properties

id: number

ID of the test plan.

name: string

Name of the test plan.