Class: HighLevel::Models::Conversations::SendMessageResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::SendMessageResponseDto
- Defined in:
- lib/high_level/models/conversations/send_message_response_dto.rb
Instance Attribute Summary collapse
-
#conversation_id ⇒ Object
readonly
Returns the value of attribute conversation_id.
-
#email_message_id ⇒ Object
readonly
Returns the value of attribute email_message_id.
-
#forward_data ⇒ Object
readonly
Returns the value of attribute forward_data.
-
#message_id ⇒ Object
readonly
Returns the value of attribute message_id.
-
#message_ids ⇒ Object
readonly
Returns the value of attribute message_ids.
-
#msg ⇒ Object
readonly
Returns the value of attribute msg.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#conversation_id ⇒ Object (readonly)
Returns the value of attribute conversation_id
9 10 11 |
# File 'lib/high_level/models/conversations/send_message_response_dto.rb', line 9 def conversation_id @conversation_id end |
#email_message_id ⇒ Object (readonly)
Returns the value of attribute email_message_id
9 10 11 |
# File 'lib/high_level/models/conversations/send_message_response_dto.rb', line 9 def @email_message_id end |
#forward_data ⇒ Object (readonly)
Returns the value of attribute forward_data
9 10 11 |
# File 'lib/high_level/models/conversations/send_message_response_dto.rb', line 9 def forward_data @forward_data end |
#message_id ⇒ Object (readonly)
Returns the value of attribute message_id
9 10 11 |
# File 'lib/high_level/models/conversations/send_message_response_dto.rb', line 9 def @message_id end |
#message_ids ⇒ Object (readonly)
Returns the value of attribute message_ids
9 10 11 |
# File 'lib/high_level/models/conversations/send_message_response_dto.rb', line 9 def @message_ids end |
#msg ⇒ Object (readonly)
Returns the value of attribute msg
9 10 11 |
# File 'lib/high_level/models/conversations/send_message_response_dto.rb', line 9 def msg @msg end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/conversations/send_message_response_dto.rb', line 9 def status @status end |