Class: HighLevel::Models::Conversations::UpdateConversationDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::UpdateConversationDto
- Defined in:
- lib/high_level/models/conversations/update_conversation_dto.rb
Instance Attribute Summary collapse
-
#feedback ⇒ Object
readonly
Returns the value of attribute feedback.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#starred ⇒ Object
readonly
Returns the value of attribute starred.
-
#unread_count ⇒ Object
readonly
Returns the value of attribute unread_count.
Instance Attribute Details
#feedback ⇒ Object (readonly)
Returns the value of attribute feedback
9 10 11 |
# File 'lib/high_level/models/conversations/update_conversation_dto.rb', line 9 def feedback @feedback end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/conversations/update_conversation_dto.rb', line 9 def location_id @location_id end |
#starred ⇒ Object (readonly)
Returns the value of attribute starred
9 10 11 |
# File 'lib/high_level/models/conversations/update_conversation_dto.rb', line 9 def starred @starred end |
#unread_count ⇒ Object (readonly)
Returns the value of attribute unread_count
9 10 11 |
# File 'lib/high_level/models/conversations/update_conversation_dto.rb', line 9 def unread_count @unread_count end |