Class: Telnyx::Models::MobileVoiceConnectionUpdateParams
Overview
Defined Under Namespace
Modules: WebhookAPIVersion
Classes: Inbound, Outbound
Instance Attribute Summary collapse
#request_options
Instance Method Summary
collapse
dump_request
included
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(channel_limit: nil, outbound_voice_profile_id: nil) ⇒ Object
|
# File 'lib/telnyx/models/mobile_voice_connection_update_params.rb', line 79
|
Instance Attribute Details
#active ⇒ Boolean?
18
|
# File 'lib/telnyx/models/mobile_voice_connection_update_params.rb', line 18
optional :active, Telnyx::Internal::Type::Boolean
|
#connection_name ⇒ String?
23
|
# File 'lib/telnyx/models/mobile_voice_connection_update_params.rb', line 23
optional :connection_name, String
|
#id ⇒ String
13
|
# File 'lib/telnyx/models/mobile_voice_connection_update_params.rb', line 13
required :id, String
|
28
|
# File 'lib/telnyx/models/mobile_voice_connection_update_params.rb', line 28
optional :inbound, -> { Telnyx::MobileVoiceConnectionUpdateParams::Inbound }
|
33
|
# File 'lib/telnyx/models/mobile_voice_connection_update_params.rb', line 33
optional :outbound, -> { Telnyx::MobileVoiceConnectionUpdateParams::Outbound }
|
38
|
# File 'lib/telnyx/models/mobile_voice_connection_update_params.rb', line 38
optional :tags, Telnyx::Internal::Type::ArrayOf[String]
|
#webhook_api_version ⇒ Symbol, ...
43
|
# File 'lib/telnyx/models/mobile_voice_connection_update_params.rb', line 43
optional :webhook_api_version, enum: -> { Telnyx::MobileVoiceConnectionUpdateParams::WebhookAPIVersion }
|
#webhook_event_failover_url ⇒ String?
48
|
# File 'lib/telnyx/models/mobile_voice_connection_update_params.rb', line 48
optional :webhook_event_failover_url, String, nil?: true
|
#webhook_event_url ⇒ String?
53
|
# File 'lib/telnyx/models/mobile_voice_connection_update_params.rb', line 53
optional :webhook_event_url, String, nil?: true
|
#webhook_timeout_secs ⇒ Integer?
58
|
# File 'lib/telnyx/models/mobile_voice_connection_update_params.rb', line 58
optional :webhook_timeout_secs, Integer
|
Instance Method Details
#to_hash ⇒ {
76
|
# File 'sig/telnyx/models/mobile_voice_connection_update_params.rbs', line 76
def to_hash: -> {
|