/AWS1/CL_IOSLISTSEARCHESRSP¶
Output of the ListSearches operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_searchsummaries TYPE /AWS1/CL_IOSSEARCHSUMMARY=>TT_SEARCHSUMMARIES TT_SEARCHSUMMARIES¶
A page of search summaries, most recently started first.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IOSNEXTTOKEN /AWS1/IOSNEXTTOKEN¶
The pagination token to use in a subsequent ListSearches call to retrieve the next page. Absent when there are no more searches.
Queryable Attributes¶
searchSummaries¶
A page of search summaries, most recently started first.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEARCHSUMMARIES() |
Getter for SEARCHSUMMARIES, with configurable default |
ASK_SEARCHSUMMARIES() |
Getter for SEARCHSUMMARIES w/ exceptions if field has no val |
HAS_SEARCHSUMMARIES() |
Determine if SEARCHSUMMARIES has a value |
nextToken¶
The pagination token to use in a subsequent ListSearches call to retrieve the next page. Absent when there are no more searches.
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 |