| 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. |
require 'freeclimb'
instance = Freeclimb::UpdateCallRequest.new(
status: null
)