/AWS1/CL_TBDLSTLICENSEENDPTS01¶
ListLicenseEndpointsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_licenseendpoints
TYPE /AWS1/CL_TBDLICENSEENDPTSUMM=>TT_LICENSEENDPOINTSUMMARIES
TT_LICENSEENDPOINTSUMMARIES
¶
The license endpoints.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/TBDSTRING
/AWS1/TBDSTRING
¶
If Deadline Cloud returns
nextToken
, then there are more results available. The value ofnextToken
is 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, thennextToken
is set tonull
. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400ValidationException
error.
Queryable Attributes¶
licenseEndpoints¶
The license endpoints.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LICENSEENDPOINTS() |
Getter for LICENSEENDPOINTS, with configurable default |
ASK_LICENSEENDPOINTS() |
Getter for LICENSEENDPOINTS w/ exceptions if field has no va |
HAS_LICENSEENDPOINTS() |
Determine if LICENSEENDPOINTS has a value |
nextToken¶
If Deadline Cloud returns
nextToken
, then there are more results available. The value ofnextToken
is 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, thennextToken
is set tonull
. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400ValidationException
error.
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 |