OBJECT

AddTestEnvironmentsResult

Add Test Environments Result type

link GraphQL Schema definition

1type AddTestEnvironmentsResult {
2
3# Test Environments that were associated.
4associatedTestEnvironments: [String]
5
6# Test Environments that were created.
7createdTestEnvironments: [String]
8
9# Warning generated during the operation.
10warning: String
11
12}