Interface UpdatePearsonContextTemplateCommandInput

interface UpdatePearsonContextTemplateCommandInput {
    contextId: string;
    numberOfAttempts?: NumberOfAttempts;
    templateId: string;
    tenantId: string;
}

Hierarchy (View Summary)

Properties

contextId: string

The context in which the template lives.

numberOfAttempts?: NumberOfAttempts

The allowed number of attempts. If not set it will not be updated.

templateId: string

The id of the template.

tenantId: string

The tenant id of the template.