Class: HighLevel::Models::Calendars::GetNotesListSuccessfulResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Calendars::GetNotesListSuccessfulResponseDto
- Defined in:
- lib/high_level/models/calendars/get_notes_list_successful_response_dto.rb
Instance Attribute Summary collapse
-
#has_more ⇒ Object
readonly
Returns the value of attribute has_more.
-
#notes ⇒ Object
readonly
Returns the value of attribute notes.
Instance Attribute Details
#has_more ⇒ Object (readonly)
Returns the value of attribute has_more
9 10 11 |
# File 'lib/high_level/models/calendars/get_notes_list_successful_response_dto.rb', line 9 def has_more @has_more end |
#notes ⇒ Object (readonly)
Returns the value of attribute notes
9 10 11 |
# File 'lib/high_level/models/calendars/get_notes_list_successful_response_dto.rb', line 9 def notes @notes end |