OBJECT

RemoveDefectsResult

Remove defects Result Type

link GraphQL Schema definition

1type RemoveDefectsResult {
2
3# Ids of the removed Defects.
4removedDefects: [String]
5
6# Warnings generated during the operation.
7warnings: [String]
8
9}