Class: HighLevel::Models::Conversations::GetConversationByIdResponse
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::GetConversationByIdResponse
- Defined in:
- lib/high_level/models/conversations/get_conversation_by_id_response.rb
Instance Attribute Summary collapse
-
#assigned_to ⇒ Object
readonly
Returns the value of attribute assigned_to.
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#deleted ⇒ Object
readonly
Returns the value of attribute deleted.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#inbox ⇒ Object
readonly
Returns the value of attribute inbox.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#starred ⇒ Object
readonly
Returns the value of attribute starred.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#unread_count ⇒ Object
readonly
Returns the value of attribute unread_count.
Instance Attribute Details
#assigned_to ⇒ Object (readonly)
Returns the value of attribute assigned_to
9 10 11 |
# File 'lib/high_level/models/conversations/get_conversation_by_id_response.rb', line 9 def assigned_to @assigned_to end |
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/conversations/get_conversation_by_id_response.rb', line 9 def contact_id @contact_id end |
#deleted ⇒ Object (readonly)
Returns the value of attribute deleted
9 10 11 |
# File 'lib/high_level/models/conversations/get_conversation_by_id_response.rb', line 9 def deleted @deleted end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/conversations/get_conversation_by_id_response.rb', line 9 def id @id end |
#inbox ⇒ Object (readonly)
Returns the value of attribute inbox
9 10 11 |
# File 'lib/high_level/models/conversations/get_conversation_by_id_response.rb', line 9 def inbox @inbox end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/conversations/get_conversation_by_id_response.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/get_conversation_by_id_response.rb', line 9 def starred @starred end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/conversations/get_conversation_by_id_response.rb', line 9 def type @type end |
#unread_count ⇒ Object (readonly)
Returns the value of attribute unread_count
9 10 11 |
# File 'lib/high_level/models/conversations/get_conversation_by_id_response.rb', line 9 def unread_count @unread_count end |