Class: HighLevel::Models::Opportunities::OpportunitySearchBodyDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Opportunities::OpportunitySearchBodyDTO
- Defined in:
- lib/high_level/models/opportunities/opportunity_search_body_dto.rb
Instance Attribute Summary collapse
-
#additional_details ⇒ Object
readonly
Returns the value of attribute additional_details.
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#page ⇒ Object
readonly
Returns the value of attribute page.
-
#query ⇒ Object
readonly
Returns the value of attribute query.
-
#search_after ⇒ Object
readonly
Returns the value of attribute search_after.
Instance Attribute Details
#additional_details ⇒ Object (readonly)
Returns the value of attribute additional_details
9 10 11 |
# File 'lib/high_level/models/opportunities/opportunity_search_body_dto.rb', line 9 def additional_details @additional_details end |
#limit ⇒ Object (readonly)
Returns the value of attribute limit
9 10 11 |
# File 'lib/high_level/models/opportunities/opportunity_search_body_dto.rb', line 9 def limit @limit end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/opportunities/opportunity_search_body_dto.rb', line 9 def location_id @location_id end |
#page ⇒ Object (readonly)
Returns the value of attribute page
9 10 11 |
# File 'lib/high_level/models/opportunities/opportunity_search_body_dto.rb', line 9 def page @page end |
#query ⇒ Object (readonly)
Returns the value of attribute query
9 10 11 |
# File 'lib/high_level/models/opportunities/opportunity_search_body_dto.rb', line 9 def query @query end |
#search_after ⇒ Object (readonly)
Returns the value of attribute search_after
9 10 11 |
# File 'lib/high_level/models/opportunities/opportunity_search_body_dto.rb', line 9 def search_after @search_after end |