Class: Telnyx::Models::MobilePhoneNumberUpdateParams::Outbound
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::MobilePhoneNumberUpdateParams::Outbound
- Defined in:
- lib/telnyx/models/mobile_phone_number_update_params.rb
Instance Attribute Summary collapse
-
#interception_app_id ⇒ String?
The ID of the CallControl or TeXML Application that will intercept outbound calls.
Instance Method Summary collapse
-
#initialize(interception_app_id: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see Outbound for more details.
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(interception_app_id: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::MobilePhoneNumberUpdateParams::Outbound for more details.
|
|
# File 'lib/telnyx/models/mobile_phone_number_update_params.rb', line 216
|
Instance Attribute Details
#interception_app_id ⇒ String?
The ID of the CallControl or TeXML Application that will intercept outbound calls.
214 |
# File 'lib/telnyx/models/mobile_phone_number_update_params.rb', line 214 optional :interception_app_id, String, nil?: true |