Tags to update to a run or result.

interface TestTagsUpdateModel {
    tags?: { key: OperationType; value: TestTag[] }[];
}

Properties

Properties

tags?: { key: OperationType; value: TestTag[] }[]