OBJECT

CreateTestSetResult

Create Test Set Result type

link GraphQL Schema definition

1type CreateTestSetResult {
2
3# Test Set that was created.
4testSet: TestSet
5
6# Warnings generated during the operation.
7warnings: [String]
8
9}