/AWS1/CL_TRLLISTCHANNELSRSP¶
ListChannelsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_channels TYPE /AWS1/CL_TRLCHANNEL=>TT_CHANNELS TT_CHANNELS¶
The list of channels in the account.
iv_nexttoken TYPE /AWS1/TRLPAGINATIONTOKEN /AWS1/TRLPAGINATIONTOKEN¶
The token to use to get the next page of results after a previous API call.
Queryable Attributes¶
Channels¶
The list of channels in the account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELS() |
Getter for CHANNELS, with configurable default |
ASK_CHANNELS() |
Getter for CHANNELS w/ exceptions if field has no value |
HAS_CHANNELS() |
Determine if CHANNELS has a value |
NextToken¶
The token to use to get the next page of results after a previous API call.
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 |