/AWS1/CL_DOGLISTINSIGHTSRSP¶
ListInsightsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_proactiveinsights TYPE /AWS1/CL_DOGPROACTINSIGHTSUMM=>TT_PROACTIVEINSIGHTS TT_PROACTIVEINSIGHTS¶
The returned list of proactive insights.
it_reactiveinsights TYPE /AWS1/CL_DOGREACTINSIGHTSUMM=>TT_REACTIVEINSIGHTS TT_REACTIVEINSIGHTS¶
The returned list of reactive insights.
iv_nexttoken TYPE /AWS1/DOGUUIDNEXTTOKEN /AWS1/DOGUUIDNEXTTOKEN¶
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
Queryable Attributes¶
ProactiveInsights¶
The returned list of proactive insights.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROACTIVEINSIGHTS() |
Getter for PROACTIVEINSIGHTS, with configurable default |
ASK_PROACTIVEINSIGHTS() |
Getter for PROACTIVEINSIGHTS w/ exceptions if field has no v |
HAS_PROACTIVEINSIGHTS() |
Determine if PROACTIVEINSIGHTS has a value |
ReactiveInsights¶
The returned list of reactive insights.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REACTIVEINSIGHTS() |
Getter for REACTIVEINSIGHTS, with configurable default |
ASK_REACTIVEINSIGHTS() |
Getter for REACTIVEINSIGHTS w/ exceptions if field has no va |
HAS_REACTIVEINSIGHTS() |
Determine if REACTIVEINSIGHTS has a value |
NextToken¶
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value 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 |