Class: Telnyx::Models::CallRecordingSaved
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::CallRecordingSaved
- Defined in:
- lib/telnyx/models/call_recording_saved.rb
Defined Under Namespace
Modules: EventType, RecordType Classes: Payload
Instance Attribute Summary collapse
-
#event_type ⇒ Symbol, ...
The type of event being delivered.
-
#id ⇒ String?
Identifies the type of resource.
-
#occurred_at ⇒ Time?
ISO 8601 datetime of when the event occurred.
- #payload ⇒ Telnyx::Models::CallRecordingSaved::Payload?
-
#record_type ⇒ Symbol, ...
Identifies the type of the resource.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(mp3: nil, wav: nil) ⇒ Object
constructor
Recording URLs in requested format.
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(mp3: nil, wav: nil) ⇒ Object
Recording URLs in requested format. These URLs are valid for 10 minutes. After 10 minutes, you may retrieve recordings via API using Reports -> Call Recordings documentation, or via Mission Control under Reporting -> Recordings.
|
|
# File 'lib/telnyx/models/call_recording_saved.rb', line 35
|
Instance Attribute Details
#event_type ⇒ Symbol, ...
The type of event being delivered.
16 |
# File 'lib/telnyx/models/call_recording_saved.rb', line 16 optional :event_type, enum: -> { Telnyx::CallRecordingSaved::EventType } |
#id ⇒ String?
Identifies the type of resource.
10 |
# File 'lib/telnyx/models/call_recording_saved.rb', line 10 optional :id, String |
#occurred_at ⇒ Time?
ISO 8601 datetime of when the event occurred.
22 |
# File 'lib/telnyx/models/call_recording_saved.rb', line 22 optional :occurred_at, Time |
#payload ⇒ Telnyx::Models::CallRecordingSaved::Payload?
27 |
# File 'lib/telnyx/models/call_recording_saved.rb', line 27 optional :payload, -> { Telnyx::CallRecordingSaved::Payload } |
#record_type ⇒ Symbol, ...
Identifies the type of the resource.
33 |
# File 'lib/telnyx/models/call_recording_saved.rb', line 33 optional :record_type, enum: -> { Telnyx::CallRecordingSaved::RecordType } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/call_recording_saved.rb', line 54
|