Skip to content

/AWS1/CL_GMSLISTGAMESRESULT

ListGamesResult

CONSTRUCTOR

IMPORTING

Optional arguments:

it_games TYPE /AWS1/CL_GMSGAMESUMMARY=>TT_GAMESUMMARYLIST TT_GAMESUMMARYLIST

The list of games.

iv_nexttoken TYPE /AWS1/GMSNEXTTOKEN /AWS1/GMSNEXTTOKEN

The token that indicates the start of the next sequential page of results.

Use this value when making the next call to this operation to continue where the last one finished.


Queryable Attributes

Games

The list of games.

Accessible with the following methods

Method Description
GET_GAMES() Getter for GAMES, with configurable default
ASK_GAMES() Getter for GAMES w/ exceptions if field has no value
HAS_GAMES() Determine if GAMES has a value

NextToken

The token that indicates the start of the next sequential page of results.

Use this value when making the next call to this operation to continue where the last one finished.

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