/AWS1/CL_TBDLSTQUEUELMTASSOC01¶
ListQueueLimitAssociationsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_queuelimitassociations TYPE /AWS1/CL_TBDQUEUELMTASSOCIAT00=>TT_QUEUELIMITASSOCIATIONSUMS TT_QUEUELIMITASSOCIATIONSUMS¶
A list of associations between limits and queues in the farm specified in the request.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/TBDSTRING /AWS1/TBDSTRING¶
If Deadline Cloud returns
nextToken, then there are more results available. The value ofnextTokenis a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, thennextTokenis set tonull. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400ValidationExceptionerror.
Queryable Attributes¶
queueLimitAssociations¶
A list of associations between limits and queues in the farm specified in the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUEUELIMITASSOCIATIONS() |
Getter for QUEUELIMITASSOCIATIONS, with configurable default |
ASK_QUEUELIMITASSOCIATIONS() |
Getter for QUEUELIMITASSOCIATIONS w/ exceptions if field has |
HAS_QUEUELIMITASSOCIATIONS() |
Determine if QUEUELIMITASSOCIATIONS has a value |
nextToken¶
If Deadline Cloud returns
nextToken, then there are more results available. The value ofnextTokenis a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, thennextTokenis set tonull. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400ValidationExceptionerror.
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 |