Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 520 Bytes

File metadata and controls

18 lines (12 loc) · 520 Bytes

Freeclimb::UpdateCallRequest

Properties

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.

Example

require 'freeclimb'

instance = Freeclimb::UpdateCallRequest.new(
  status: null
)