Interface GenerateAutoTestConfigResponse

interface GenerateAutoTestConfigResponse {
    job: AutoTestGenerationJob;
}

Hierarchy (View Summary)

Properties

Properties

The created generation job.