Class: Telnyx::Models::InboundMessage
- Inherits:
-
EmailInboxes::ThreadMessage
- Object
- Internal::Type::BaseModel
- EmailInboxes::ThreadMessage
- Telnyx::Models::InboundMessage
- Defined in:
- lib/telnyx/models/inbound_message.rb,
sig/telnyx/models/inbound_message.rbs
Instance Attribute Summary
Attributes inherited from EmailInboxes::ThreadMessage
#attachments, #bcc, #cc, #created_at, #direction, #from, #has_quoted_text, #headers, #html_body_url, #id, #in_reply_to, #inbox_id, #inline_files, #labels, #message_id, #read_at, #received_at, #record_type, #references, #reply_text, #reply_to, #sent_at, #status, #subject, #text_body_url, #thread_id, #to, #updated_at
Instance Method Summary collapse
-
#initialize ⇒ InboundMessage
constructor
A new instance of InboundMessage.
- #to_hash ⇒ { }
Methods inherited from EmailInboxes::ThreadMessage
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 ⇒ InboundMessage
Returns a new instance of InboundMessage.
6 |
# File 'sig/telnyx/models/inbound_message.rbs', line 6
def initialize: -> void
|
Instance Method Details
#to_hash ⇒ { }
8 |
# File 'sig/telnyx/models/inbound_message.rbs', line 8
def to_hash: -> { }
|