Class: HighLevel::Models::SaasApi::GetSaasLocationsResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SaasApi::GetSaasLocationsResponseDto
- Defined in:
- lib/high_level/models/saas_api/get_saas_locations_response_dto.rb
Instance Attribute Summary collapse
-
#locations ⇒ Object
readonly
Returns the value of attribute locations.
-
#pagination ⇒ Object
readonly
Returns the value of attribute pagination.
Instance Attribute Details
#locations ⇒ Object (readonly)
Returns the value of attribute locations
9 10 11 |
# File 'lib/high_level/models/saas_api/get_saas_locations_response_dto.rb', line 9 def locations @locations end |
#pagination ⇒ Object (readonly)
Returns the value of attribute pagination
9 10 11 |
# File 'lib/high_level/models/saas_api/get_saas_locations_response_dto.rb', line 9 def pagination @pagination end |