Interface ListAutoTestSnapshotsRequest

interface ListAutoTestSnapshotsRequest {
    assignmentId: string;
    nextToken?: string;
    pageSize?: number;
}

Hierarchy (View Summary)

Properties

assignmentId: string

The id of the assignment to get the snapshots for.

nextToken?: string

Token to get the next page of snapshots.

pageSize?: number

The amount of snapshots to return per page, at least 1, maximum 20.