Class: Telnyx::Models::MobileVoiceConnectionCreateParams::Inbound
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::MobileVoiceConnectionCreateParams::Inbound
- Defined in:
- lib/telnyx/models/mobile_voice_connection_create_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(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
67 68 69 70 71 72 73 74 75 |
# File 'lib/telnyx/models/mobile_voice_connection_create_params.rb', line 67 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_limit ⇒ Integer?
71 |
# File 'lib/telnyx/models/mobile_voice_connection_create_params.rb', line 71 optional :channel_limit, Integer |