Name | Type | Description | Notes |
---|---|---|---|
reason | String | The user defined reason for the hangup. In general, applications should use a set of enumerated values that are predefined to cover all exit points of the Call flows for the given application. | [optional] |
require 'freeclimb'
instance = Freeclimb::Hangup.new(
reason: null
)