Interface PutAutoTestConfigurationResponse

interface PutAutoTestConfigurationResponse {
    configuration: AutoTestConfiguration;
}

Hierarchy (View Summary)

Properties

Properties

configuration: AutoTestConfiguration

The AutoTest configuration.