/AWS1/CL_IOSLISTPROJECTASTSRSP¶
ListProjectAssetsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_assetids TYPE /AWS1/CL_IOSASSETIDS_W=>TT_ASSETIDS TT_ASSETIDS¶
A list that contains the IDs of each asset associated with the project.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IOSNEXTTOKEN /AWS1/IOSNEXTTOKEN¶
The token for the next set of results, or null if there are no additional results.
Queryable Attributes¶
assetIds¶
A list that contains the IDs of each asset associated with the project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETIDS() |
Getter for ASSETIDS, with configurable default |
ASK_ASSETIDS() |
Getter for ASSETIDS w/ exceptions if field has no value |
HAS_ASSETIDS() |
Determine if ASSETIDS has a value |
nextToken¶
The token for the next set of results, or null if there are no additional 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 |