/AWS1/CL_MDLLISTRSVRESPONSE¶
Placeholder documentation for ListReservationsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
Token to retrieve the next page of results
it_reservations TYPE /AWS1/CL_MDLRESERVATION=>TT___LISTOFRESERVATION TT___LISTOFRESERVATION¶
List of reservations
Queryable Attributes¶
NextToken¶
Token to retrieve the next page of 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 |
Reservations¶
List of reservations
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESERVATIONS() |
Getter for RESERVATIONS, with configurable default |
ASK_RESERVATIONS() |
Getter for RESERVATIONS w/ exceptions if field has no value |
HAS_RESERVATIONS() |
Determine if RESERVATIONS has a value |