Class: Telnyx::Models::ConferenceSpeakEnded
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::ConferenceSpeakEnded
- Defined in:
- lib/telnyx/models/conference_speak_ended.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.
- #payload ⇒ Telnyx::Models::ConferenceSpeakEnded::Payload?
-
#record_type ⇒ Symbol, ...
Identifies the type of the resource.
Class Method Summary collapse
Instance Method Summary collapse
- #initialize(conference_id: nil, connection_id: nil, creator_call_session_id: nil, occurred_at: nil) ⇒ Object constructor
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(conference_id: nil, connection_id: nil, creator_call_session_id: nil, occurred_at: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/conference_speak_ended.rb', line 29
|
Instance Attribute Details
#event_type ⇒ Symbol, ...
The type of event being delivered.
16 |
# File 'lib/telnyx/models/conference_speak_ended.rb', line 16 optional :event_type, enum: -> { Telnyx::ConferenceSpeakEnded::EventType } |
#id ⇒ String?
Identifies the type of resource.
10 |
# File 'lib/telnyx/models/conference_speak_ended.rb', line 10 optional :id, String |
#payload ⇒ Telnyx::Models::ConferenceSpeakEnded::Payload?
21 |
# File 'lib/telnyx/models/conference_speak_ended.rb', line 21 optional :payload, -> { Telnyx::ConferenceSpeakEnded::Payload } |
#record_type ⇒ Symbol, ...
Identifies the type of the resource.
27 |
# File 'lib/telnyx/models/conference_speak_ended.rb', line 27 optional :record_type, enum: -> { Telnyx::ConferenceSpeakEnded::RecordType } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/conference_speak_ended.rb', line 46
|