Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 622 Bytes

File metadata and controls

17 lines (10 loc) · 622 Bytes

Freeclimb::DequeueMemberRequest

Properties

Name Type Description Notes
request_id String RequestId for this request starting with prefix RQ followed by 40 hexadecimal characters. FreeClimb logs generated while processing this request include this requestId. If it is not provided, FreeClimb generates a requestId and returns it as a header in the response (e.g., X-Pulse-Request-Id: <requestId>). [optional]

Code Sample

require 'Freeclimb'

instance = Freeclimb::DequeueMemberRequest.new(request_id: null)