Class: HighLevel::Models::Conversations::UpdateConversationDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/conversations/update_conversation_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#feedbackObject (readonly)

Returns the value of attribute feedback

Returns:

  • (Object)

    the current value of feedback



9
10
11
# File 'lib/high_level/models/conversations/update_conversation_dto.rb', line 9

def feedback
  @feedback
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/conversations/update_conversation_dto.rb', line 9

def location_id
  @location_id
end

#starredObject (readonly)

Returns the value of attribute starred

Returns:

  • (Object)

    the current value of starred



9
10
11
# File 'lib/high_level/models/conversations/update_conversation_dto.rb', line 9

def starred
  @starred
end

#unread_countObject (readonly)

Returns the value of attribute unread_count

Returns:

  • (Object)

    the current value of unread_count



9
10
11
# File 'lib/high_level/models/conversations/update_conversation_dto.rb', line 9

def unread_count
  @unread_count
end