Class: HighLevel::Models::VoiceAi::GetAgentsResponseDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::VoiceAi::GetAgentsResponseDTO
- Defined in:
- lib/high_level/models/voice_ai/get_agents_response_dto.rb
Instance Attribute Summary collapse
-
#agents ⇒ Object
readonly
Returns the value of attribute agents.
-
#page ⇒ Object
readonly
Returns the value of attribute page.
-
#page_size ⇒ Object
readonly
Returns the value of attribute page_size.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
Instance Attribute Details
#agents ⇒ Object (readonly)
Returns the value of attribute agents
9 10 11 |
# File 'lib/high_level/models/voice_ai/get_agents_response_dto.rb', line 9 def agents @agents end |
#page ⇒ Object (readonly)
Returns the value of attribute page
9 10 11 |
# File 'lib/high_level/models/voice_ai/get_agents_response_dto.rb', line 9 def page @page end |
#page_size ⇒ Object (readonly)
Returns the value of attribute page_size
9 10 11 |
# File 'lib/high_level/models/voice_ai/get_agents_response_dto.rb', line 9 def page_size @page_size end |
#total ⇒ Object (readonly)
Returns the value of attribute total
9 10 11 |
# File 'lib/high_level/models/voice_ai/get_agents_response_dto.rb', line 9 def total @total end |