/AWS1/CL_IOILISTCAMPAIGNSRSP¶
ListCampaignsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_campaignsummaries TYPE /AWS1/CL_IOICAMPAIGNSUMMARY=>TT_CAMPAIGNSUMMARIES TT_CAMPAIGNSUMMARIES¶
A summary of information about each campaign.
iv_nexttoken TYPE /AWS1/IOINEXTTOKEN /AWS1/IOINEXTTOKEN¶
The token to retrieve the next set of results, or
nullif there are no more results.
Queryable Attributes¶
campaignSummaries¶
A summary of information about each campaign.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAMPAIGNSUMMARIES() |
Getter for CAMPAIGNSUMMARIES, with configurable default |
ASK_CAMPAIGNSUMMARIES() |
Getter for CAMPAIGNSUMMARIES w/ exceptions if field has no v |
HAS_CAMPAIGNSUMMARIES() |
Determine if CAMPAIGNSUMMARIES has a value |
nextToken¶
The token to retrieve the next set of results, or
nullif 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 |