Class: Telnyx::Models::MobilePhoneNumberUpdateParams::Inbound

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/mobile_phone_number_update_params.rb,
sig/telnyx/models/mobile_phone_number_update_params.rbs

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

#initializeInbound

Returns a new instance of Inbound.

Parameters:

  • interception_app_id: (String, nil)


235
# File 'sig/telnyx/models/mobile_phone_number_update_params.rbs', line 235

def initialize: (?interception_app_id: String?) -> void

Instance Attribute Details

#interception_app_idString?

The ID of the CallControl or TeXML Application that will intercept inbound calls.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


188
# File 'lib/telnyx/models/mobile_phone_number_update_params.rb', line 188

optional :interception_app_id, String, nil?: true

Instance Method Details

#to_hash{ interception_app_id: String? }

Returns:

  • ({ interception_app_id: String? })


237
# File 'sig/telnyx/models/mobile_phone_number_update_params.rbs', line 237

def to_hash: -> { interception_app_id: String? }