Class: Telnyx::Models::MobilePhoneNumberUpdateParams::CallRecording
Defined Under Namespace
Modules: InboundCallRecordingChannels, InboundCallRecordingFormat
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
==, #==, #[], 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(inbound_call_recording_channels: nil, inbound_call_recording_enabled: nil, inbound_call_recording_format: nil) ⇒ Object
|
# File 'lib/telnyx/models/mobile_phone_number_update_params.rb', line 138
|
Instance Attribute Details
#inbound_call_recording_channels ⇒ Symbol, ...
124
125
|
# File 'lib/telnyx/models/mobile_phone_number_update_params.rb', line 124
optional :inbound_call_recording_channels,
enum: -> { Telnyx::MobilePhoneNumberUpdateParams::CallRecording::InboundCallRecordingChannels }
|
#inbound_call_recording_enabled ⇒ Boolean?
130
|
# File 'lib/telnyx/models/mobile_phone_number_update_params.rb', line 130
optional :inbound_call_recording_enabled, Telnyx::Internal::Type::Boolean
|
135
136
|
# File 'lib/telnyx/models/mobile_phone_number_update_params.rb', line 135
optional :inbound_call_recording_format,
enum: -> { Telnyx::MobilePhoneNumberUpdateParams::CallRecording::InboundCallRecordingFormat }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/mobile_phone_number_update_params.rb', line 150
|