interface TestVariable {
    description?: string;
    id: number;
    name: string;
    project?: ShallowReference;
    revision?: number;
    url?: string;
    values?: string[];
}

Properties

description?: string

Description of the test variable

id: number

Id of the test variable

name: string

Name of the test variable

Project to which the test variable belongs

revision?: number

Revision

url?: string

Url of the test variable

values?: string[]

List of allowed values