Interface RejectAutoTestGenerationRequest

interface RejectAutoTestGenerationRequest {
    assignmentId: string;
    jobId: string;
}

Hierarchy (View Summary)

Properties

Properties

assignmentId: string

The id of the assignment the job lives in.

jobId: string

The id of the generation job to reject.