Test Variable Create or Update Parameters

interface TestVariableCreateUpdateParameters {
    description?: string;
    name: string;
    values?: string[];
}

Hierarchy (View Summary)

Properties

description?: string

Description of the test variable

name: string

Name of the test variable

values?: string[]

List of allowed values