/AWS1/CL_BDOLISTDATASETVRSNRSP¶
ListDatasetVersionsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_versions TYPE /AWS1/CL_BDODATASETVRSNUMMARY=>TT_DATASETVERSIONSUMMARYLIST TT_DATASETVERSIONSUMMARYLIST¶
The list of published dataset versions.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING¶
The token for the next page of results, or null if there are no more results.
Queryable Attributes¶
versions¶
The list of published dataset versions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONS() |
Getter for VERSIONS, with configurable default |
ASK_VERSIONS() |
Getter for VERSIONS w/ exceptions if field has no value |
HAS_VERSIONS() |
Determine if VERSIONS has a value |
nextToken¶
The token for the next page of results, or null if there are no more 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 |