/AWS1/CL_ASCDESCRTRAFSRCSRSP¶
DescribeTrafficSourcesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_trafficsources TYPE /AWS1/CL_ASCTRAFFICSOURCESTATE=>TT_TRAFFICSOURCESTATES TT_TRAFFICSOURCESTATES¶
Information about the traffic sources.
iv_nexttoken TYPE /AWS1/ASCXMLSTRING /AWS1/ASCXMLSTRING¶
This string indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the
NextTokenvalue when requesting the next set of items. This value is null when there are no more items to return.
Queryable Attributes¶
TrafficSources¶
Information about the traffic sources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRAFFICSOURCES() |
Getter for TRAFFICSOURCES, with configurable default |
ASK_TRAFFICSOURCES() |
Getter for TRAFFICSOURCES w/ exceptions if field has no valu |
HAS_TRAFFICSOURCES() |
Determine if TRAFFICSOURCES has a value |
NextToken¶
This string indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the
NextTokenvalue when requesting the next set of items. This value is null when there are no more items to return.
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 |