Class: HighLevel::Models::Conversations::ProcessMessageResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::ProcessMessageResponseDto
- Defined in:
- lib/high_level/models/conversations/process_message_response_dto.rb
Instance Attribute Summary collapse
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#conversation_id ⇒ Object
readonly
Returns the value of attribute conversation_id.
-
#date_added ⇒ Object
readonly
Returns the value of attribute date_added.
-
#email_message_id ⇒ Object
readonly
Returns the value of attribute email_message_id.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#message_id ⇒ Object
readonly
Returns the value of attribute message_id.
-
#success ⇒ Object
readonly
Returns the value of attribute success.
Instance Attribute Details
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_response_dto.rb', line 9 def contact_id @contact_id end |
#conversation_id ⇒ Object (readonly)
Returns the value of attribute conversation_id
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_response_dto.rb', line 9 def conversation_id @conversation_id end |
#date_added ⇒ Object (readonly)
Returns the value of attribute date_added
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_response_dto.rb', line 9 def date_added @date_added end |
#email_message_id ⇒ Object (readonly)
Returns the value of attribute email_message_id
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_response_dto.rb', line 9 def @email_message_id end |
#message ⇒ Object (readonly)
Returns the value of attribute message
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_response_dto.rb', line 9 def @message end |
#message_id ⇒ Object (readonly)
Returns the value of attribute message_id
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_response_dto.rb', line 9 def @message_id end |
#success ⇒ Object (readonly)
Returns the value of attribute success
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_response_dto.rb', line 9 def success @success end |