/AWS1/CL_REVLISTTESTRUNEVTSRSP¶
ListTestRunEventsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_events TYPE /AWS1/CL_REVTESTRUNEVENT=>TT_TESTRUNEVENTLIST TT_TESTRUNEVENTLIST¶
The list of test run events.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/REVNEXTTOKEN /AWS1/REVNEXTTOKEN¶
Pagination token.
Queryable Attributes¶
events¶
The list of test run events.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTS() |
Getter for EVENTS, with configurable default |
ASK_EVENTS() |
Getter for EVENTS w/ exceptions if field has no value |
HAS_EVENTS() |
Determine if EVENTS has a value |
nextToken¶
Pagination token.
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 |