Interface CopyAutoTestConfigurationCommandInput

interface CopyAutoTestConfigurationCommandInput {
    assignmentId: string;
    dstAssignmentId: string;
    overwriteRubric: AutoTestOverwriteRubric;
}

Hierarchy (View Summary)

Properties

assignmentId: string

The id of the assignment in which the AutoTest configuration should be created.

dstAssignmentId: string

Identifier of the assignment to copy from.

overwriteRubric: AutoTestOverwriteRubric

Indicates if rubric should be overwritten.