Class: Telnyx::Models::ExternalConnections::LogMessageListResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::ExternalConnections::LogMessageListResponse
- Defined in:
- lib/telnyx/models/external_connections/log_message_list_response.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
- #code ⇒ String
- #detail ⇒ String?
- #meta ⇒ Telnyx::Models::ExternalConnections::LogMessageListResponse::Meta?
- #source ⇒ Telnyx::Models::ExternalConnections::LogMessageListResponse::Source?
- #title ⇒ String
Instance Method Summary collapse
- #initialize(external_connection_id: nil, telephone_number: nil, ticket_id: 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(external_connection_id: nil, telephone_number: nil, ticket_id: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/external_connections/log_message_list_response.rb', line 33
|
Instance Attribute Details
#code ⇒ String
11 |
# File 'lib/telnyx/models/external_connections/log_message_list_response.rb', line 11 required :code, String |
#detail ⇒ String?
21 |
# File 'lib/telnyx/models/external_connections/log_message_list_response.rb', line 21 optional :detail, String |
#meta ⇒ Telnyx::Models::ExternalConnections::LogMessageListResponse::Meta?
26 |
# File 'lib/telnyx/models/external_connections/log_message_list_response.rb', line 26 optional :meta, -> { Telnyx::Models::ExternalConnections::LogMessageListResponse::Meta } |
#source ⇒ Telnyx::Models::ExternalConnections::LogMessageListResponse::Source?
31 |
# File 'lib/telnyx/models/external_connections/log_message_list_response.rb', line 31 optional :source, -> { Telnyx::Models::ExternalConnections::LogMessageListResponse::Source } |
#title ⇒ String
16 |
# File 'lib/telnyx/models/external_connections/log_message_list_response.rb', line 16 required :title, String |