/AWS1/CL_M2TLISTTESTSUITESRSP¶
ListTestSuitesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_testsuites TYPE /AWS1/CL_M2TTESTSUITESUMMARY=>TT_TESTSUITELIST TT_TESTSUITELIST¶
The test suites returned with the response query.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/M2TNEXTTOKEN /AWS1/M2TNEXTTOKEN¶
The token from a previous request to retrieve the next page of test suites results.
Queryable Attributes¶
testSuites¶
The test suites returned with the response query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTSUITES() |
Getter for TESTSUITES, with configurable default |
ASK_TESTSUITES() |
Getter for TESTSUITES w/ exceptions if field has no value |
HAS_TESTSUITES() |
Determine if TESTSUITES has a value |
nextToken¶
The token from a previous request to retrieve the next page of test suites results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |