Class: Telnyx::Models::RecordingAvailableWebhookEvent::Data
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::RecordingAvailableWebhookEvent::Data
- Defined in:
- lib/telnyx/models/recording_available_webhook_event.rb,
sig/telnyx/models/recording_available_webhook_event.rbs
Overview
Instance Attribute Summary collapse
-
#recording_types ⇒ Array<String>
Available recording types.
-
#session_id ⇒ String
The meeting session this event belongs to.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ { recording_types: ::Array[String], session_id: String }
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 ⇒ Object
46 |
# File 'sig/telnyx/models/recording_available_webhook_event.rbs', line 46
def initialize: (
|
Instance Attribute Details
#recording_types ⇒ Array<String>
Available recording types.
53 |
# File 'lib/telnyx/models/recording_available_webhook_event.rb', line 53 required :recording_types, Telnyx::Internal::Type::ArrayOf[String] |
#session_id ⇒ String
The meeting session this event belongs to.
59 |
# File 'lib/telnyx/models/recording_available_webhook_event.rb', line 59 required :session_id, String |
Instance Method Details
#to_hash ⇒ { recording_types: ::Array[String], session_id: String }
51 |
# File 'sig/telnyx/models/recording_available_webhook_event.rbs', line 51
def to_hash: -> { recording_types: ::Array[String], session_id: String }
|