/AWS1/CL_GLULSTDATAQUALITYRS01¶
ListDataQualityResultsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_results TYPE /AWS1/CL_GLUDATAQUALITYRSDSC=>TT_DATAQUALITYRESULTDESCLIST TT_DATAQUALITYRESULTDESCLIST¶
A list of
DataQualityResultDescriptionobjects.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/GLUPAGINATIONTOKEN /AWS1/GLUPAGINATIONTOKEN¶
A pagination token, if more results are available.
Queryable Attributes¶
Results¶
A list of
DataQualityResultDescriptionobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTS() |
Getter for RESULTS, with configurable default |
ASK_RESULTS() |
Getter for RESULTS w/ exceptions if field has no value |
HAS_RESULTS() |
Determine if RESULTS has a value |
NextToken¶
A pagination token, if more results are available.
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 |