Interface GetAutoTestSnapshotRequest

interface GetAutoTestSnapshotRequest {
    assignmentId: string;
    snapshotId: string;
}

Hierarchy (View Summary)

Properties

assignmentId: string

The id of the assignment to retrieve the snapshot in.

snapshotId: string

The id of the snapshot to retrieve.