Class: Telnyx::Models::MobilePhoneNumber::CallRecording
Overview
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.rb', line 240
|
Instance Attribute Details
#inbound_call_recording_channels ⇒ Symbol, ...
226
227
|
# File 'lib/telnyx/models/mobile_phone_number.rb', line 226
optional :inbound_call_recording_channels,
enum: -> { Telnyx::MobilePhoneNumber::CallRecording::InboundCallRecordingChannels }
|
#inbound_call_recording_enabled ⇒ Boolean?
232
|
# File 'lib/telnyx/models/mobile_phone_number.rb', line 232
optional :inbound_call_recording_enabled, Telnyx::Internal::Type::Boolean
|
237
238
|
# File 'lib/telnyx/models/mobile_phone_number.rb', line 237
optional :inbound_call_recording_format,
enum: -> { Telnyx::MobilePhoneNumber::CallRecording::InboundCallRecordingFormat }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/mobile_phone_number.rb', line 252
|