Class: HighLevel::Models::Opportunities::OpportunitySearchBodyDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#additional_detailsObject (readonly)

Returns the value of attribute additional_details

Returns:

  • (Object)

    the current value of additional_details



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

def additional_details
  @additional_details
end

#limitObject (readonly)

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



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

def limit
  @limit
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



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

def location_id
  @location_id
end

#pageObject (readonly)

Returns the value of attribute page

Returns:

  • (Object)

    the current value of page



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

def page
  @page
end

#queryObject (readonly)

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



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

def query
  @query
end

#search_afterObject (readonly)

Returns the value of attribute search_after

Returns:

  • (Object)

    the current value of search_after



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

def search_after
  @search_after
end