Test Point Update Parameters

interface TestPointUpdateParams {
    id?: number;
    isActive?: boolean;
    results?: Results;
    tester?: IdentityRef;
}

Properties

id?: number

Id of Test Point to be updated

isActive?: boolean

Reset the Test Point to Active

results?: Results

Results of the test point

tester?: IdentityRef

Tester of the Test Point