Model to update test point.

interface PointUpdateModel {
    outcome?: string;
    resetToActive?: boolean;
    tester?: IdentityRef;
}

Properties

outcome?: string

Outcome to update.

resetToActive?: boolean

Reset test point to active.

tester?: IdentityRef

Tester to update. Type IdentityRef.