/AWS1/CL_GMLLISTSCRIPTSOUTPUT¶
ListScriptsOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_SCRIPTS
TYPE /AWS1/CL_GMLSCRIPT=>TT_SCRIPTLIST
TT_SCRIPTLIST
¶
A set of properties describing the requested script.
IV_NEXTTOKEN
TYPE /AWS1/GMLNONEMPTYSTRING
/AWS1/GMLNONEMPTYSTRING
¶
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
Queryable Attributes¶
Scripts¶
A set of properties describing the requested script.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCRIPTS() |
Getter for SCRIPTS, with configurable default |
ASK_SCRIPTS() |
Getter for SCRIPTS w/ exceptions if field has no value |
HAS_SCRIPTS() |
Determine if SCRIPTS has a value |
NextToken¶
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
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 |