Class: HighLevel::Models::Conversations::ForwardResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::ForwardResponseDto
- Defined in:
- lib/high_level/models/conversations/forward_response_dto.rb
Instance Attribute Summary collapse
-
#email_message_id ⇒ Object
readonly
Returns the value of attribute email_message_id.
-
#forward_to_email ⇒ Object
readonly
Returns the value of attribute forward_to_email.
-
#forward_whole_thread ⇒ Object
readonly
Returns the value of attribute forward_whole_thread.
-
#message_id ⇒ Object
readonly
Returns the value of attribute message_id.
-
#recipient_contact_id ⇒ Object
readonly
Returns the value of attribute recipient_contact_id.
-
#recipient_conversation_id ⇒ Object
readonly
Returns the value of attribute recipient_conversation_id.
-
#source_contact_id ⇒ Object
readonly
Returns the value of attribute source_contact_id.
-
#source_conversation_id ⇒ Object
readonly
Returns the value of attribute source_conversation_id.
Instance Attribute Details
#email_message_id ⇒ Object (readonly)
Returns the value of attribute email_message_id
9 10 11 |
# File 'lib/high_level/models/conversations/forward_response_dto.rb', line 9 def @email_message_id end |
#forward_to_email ⇒ Object (readonly)
Returns the value of attribute forward_to_email
9 10 11 |
# File 'lib/high_level/models/conversations/forward_response_dto.rb', line 9 def forward_to_email @forward_to_email end |
#forward_whole_thread ⇒ Object (readonly)
Returns the value of attribute forward_whole_thread
9 10 11 |
# File 'lib/high_level/models/conversations/forward_response_dto.rb', line 9 def forward_whole_thread @forward_whole_thread end |
#message_id ⇒ Object (readonly)
Returns the value of attribute message_id
9 10 11 |
# File 'lib/high_level/models/conversations/forward_response_dto.rb', line 9 def @message_id end |
#recipient_contact_id ⇒ Object (readonly)
Returns the value of attribute recipient_contact_id
9 10 11 |
# File 'lib/high_level/models/conversations/forward_response_dto.rb', line 9 def recipient_contact_id @recipient_contact_id end |
#recipient_conversation_id ⇒ Object (readonly)
Returns the value of attribute recipient_conversation_id
9 10 11 |
# File 'lib/high_level/models/conversations/forward_response_dto.rb', line 9 def recipient_conversation_id @recipient_conversation_id end |
#source_contact_id ⇒ Object (readonly)
Returns the value of attribute source_contact_id
9 10 11 |
# File 'lib/high_level/models/conversations/forward_response_dto.rb', line 9 def source_contact_id @source_contact_id end |
#source_conversation_id ⇒ Object (readonly)
Returns the value of attribute source_conversation_id
9 10 11 |
# File 'lib/high_level/models/conversations/forward_response_dto.rb', line 9 def source_conversation_id @source_conversation_id end |