Class: HighLevel::Models::Opportunities::PostSearchSuccessfulResponseDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/opportunities/post_search_successful_response_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aggregationsObject (readonly)

Returns the value of attribute aggregations

Returns:

  • (Object)

    the current value of aggregations



9
10
11
# File 'lib/high_level/models/opportunities/post_search_successful_response_dto.rb', line 9

def aggregations
  @aggregations
end

#opportunitiesObject (readonly)

Returns the value of attribute opportunities

Returns:

  • (Object)

    the current value of opportunities



9
10
11
# File 'lib/high_level/models/opportunities/post_search_successful_response_dto.rb', line 9

def opportunities
  @opportunities
end

#totalObject (readonly)

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



9
10
11
# File 'lib/high_level/models/opportunities/post_search_successful_response_dto.rb', line 9

def total
  @total
end