/AWS1/CL_SHBGETRESSV2RESPONSE¶
GetResourcesV2Response
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_resources TYPE /AWS1/CL_SHBRESOURCERESULT=>TT_RESOURCES TT_RESOURCES¶
An array of resources returned by the operation.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SHBNEXTTOKEN /AWS1/SHBNEXTTOKEN¶
The pagination token to use to request the next page of results. Otherwise, this parameter is null.
Queryable Attributes¶
Resources¶
An array of resources returned by the operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCES() |
Getter for RESOURCES, with configurable default |
ASK_RESOURCES() |
Getter for RESOURCES w/ exceptions if field has no value |
HAS_RESOURCES() |
Determine if RESOURCES has a value |
NextToken¶
The pagination token to use to request the next page of results. Otherwise, this parameter is null.
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 |