Link

QueueRequest

Properties

Name Type Description Notes
alias str Description for this Queue. Max length is 64 characters. [optional]
max_size int Maximum number of calls this queue can hold. Default is 100. Maximum is 1000. Note: Reducing the maxSize of a Queue causes the Queue to reject incoming requests until it shrinks below the new value of maxSize. [optional]
request_id str RequestId for this request, starting with prefix RQ followed by 40 hexadecimal characters. FreeClimb logs generated while processing this request include this requestId. If this parameter is not provided, FreeClimb generates a requestId and returns it as a header in the response (e.g., X-Pulse-Request-Id: <requestId>). [optional]

[Back to Model list] [Back to API list] [Back to README]