Class: HighLevel::Models::Conversations::UpdateMessageStatusDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::UpdateMessageStatusDto
- Defined in:
- lib/high_level/models/conversations/update_message_status_dto.rb
Instance Attribute Summary collapse
-
#email_message_id ⇒ Object
readonly
Returns the value of attribute email_message_id.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#recipients ⇒ Object
readonly
Returns the value of attribute recipients.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
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/update_message_status_dto.rb', line 9 def @email_message_id end |
#error ⇒ Object (readonly)
Returns the value of attribute error
9 10 11 |
# File 'lib/high_level/models/conversations/update_message_status_dto.rb', line 9 def error @error end |
#recipients ⇒ Object (readonly)
Returns the value of attribute recipients
9 10 11 |
# File 'lib/high_level/models/conversations/update_message_status_dto.rb', line 9 def recipients @recipients end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/conversations/update_message_status_dto.rb', line 9 def status @status end |