Class: HighLevel::Models::VoiceAi::CallLogsResponseDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::VoiceAi::CallLogsResponseDTO
- Defined in:
- lib/high_level/models/voice_ai/call_logs_response_dto.rb
Instance Attribute Summary collapse
-
#call_logs ⇒ Object
readonly
Returns the value of attribute call_logs.
-
#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
#call_logs ⇒ Object (readonly)
Returns the value of attribute call_logs
9 10 11 |
# File 'lib/high_level/models/voice_ai/call_logs_response_dto.rb', line 9 def call_logs @call_logs end |
#page ⇒ Object (readonly)
Returns the value of attribute page
9 10 11 |
# File 'lib/high_level/models/voice_ai/call_logs_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/call_logs_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/call_logs_response_dto.rb', line 9 def total @total end |