Class: HighLevel::Models::ConversationAi::SearchEmployeeResponseDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::ConversationAi::SearchEmployeeResponseDTO
- Defined in:
- lib/high_level/models/conversation_ai/search_employee_response_dto.rb
Instance Attribute Summary collapse
-
#agents ⇒ Object
readonly
Returns the value of attribute agents.
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#total_count ⇒ Object
readonly
Returns the value of attribute total_count.
Instance Attribute Details
#agents ⇒ Object (readonly)
Returns the value of attribute agents
9 10 11 |
# File 'lib/high_level/models/conversation_ai/search_employee_response_dto.rb', line 9 def agents @agents end |
#count ⇒ Object (readonly)
Returns the value of attribute count
9 10 11 |
# File 'lib/high_level/models/conversation_ai/search_employee_response_dto.rb', line 9 def count @count end |
#total_count ⇒ Object (readonly)
Returns the value of attribute total_count
9 10 11 |
# File 'lib/high_level/models/conversation_ai/search_employee_response_dto.rb', line 9 def total_count @total_count end |