Class: HighLevel::Models::Conversations::GetConversationByIdResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#assigned_toObject (readonly)

Returns the value of attribute assigned_to

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute contact_id

Returns:

  • (Object)

    the current value of 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

#deletedObject (readonly)

Returns the value of attribute deleted

Returns:

  • (Object)

    the current value of deleted



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

def deleted
  @deleted
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#inboxObject (readonly)

Returns the value of attribute inbox

Returns:

  • (Object)

    the current value of inbox



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

def inbox
  @inbox
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/get_conversation_by_id_response.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/get_conversation_by_id_response.rb', line 9

def starred
  @starred
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
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/get_conversation_by_id_response.rb', line 9

def unread_count
  @unread_count
end