Class: Telnyx::Models::MobileVoiceConnectionUpdateParams::Inbound

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/mobile_voice_connection_update_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(id:, active: nil, connection_name: nil, inbound: nil, outbound: nil, tags: nil, webhook_api_version: nil, webhook_event_failover_url: nil, webhook_event_url: nil, webhook_timeout_secs: nil, request_options: {}) ⇒ Object

Parameters:



73
74
75
76
77
78
79
80
81
# File 'lib/telnyx/models/mobile_voice_connection_update_params.rb', line 73

class Inbound < Telnyx::Internal::Type::BaseModel
  # @!attribute channel_limit
  #
  #   @return [Integer, nil]
  optional :channel_limit, Integer

  # @!method initialize(channel_limit: nil)
  #   @param channel_limit [Integer]
end

Instance Attribute Details

#channel_limitInteger?

Returns:

  • (Integer, nil)


77
# File 'lib/telnyx/models/mobile_voice_connection_update_params.rb', line 77

optional :channel_limit, Integer