| Name | Type | Description | Notes |
|---|---|---|---|
| status | String | Either `canceled` or `completed`. Specifying `canceled` attempts to hang up calls that are queued without affecting calls already in progress. Specifying `completed` attempts to hang up a call already in progress. | |
| request_id | String | RequestId for this request starting with prefix `RQ` followed by 40 hexadecimal characters. FreeClimb logs generated while processing this request will include this requestId. If it is not provided, FreeClimb will generate a requestId and return it as a header in the response (e.g. `X-Pulse-Request-Id: <requestId>`). | [optional] |
require 'Freeclimb'
instance = Freeclimb::UpdateCallRequest.new(status: null,
request_id: null)