Interface ListAssignmentAssistantsRequest

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

Hierarchy (View Summary)

Properties

assignmentId: string

The id of the assignments to retrieve the assistant of.

nextToken?: string

Token to get the next page of assistants.

pageSize?: number

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