Class: HighLevel::Models::Objects::SearchRecordsBody

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/objects/search_records_body.rb

Instance Attribute Summary collapse

Instance Attribute Details

#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/objects/search_records_body.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/objects/search_records_body.rb', line 9

def page
  @page
end

#page_limitObject (readonly)

Returns the value of attribute page_limit

Returns:

  • (Object)

    the current value of page_limit



9
10
11
# File 'lib/high_level/models/objects/search_records_body.rb', line 9

def page_limit
  @page_limit
end

#queryObject (readonly)

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



9
10
11
# File 'lib/high_level/models/objects/search_records_body.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/objects/search_records_body.rb', line 9

def search_after
  @search_after
end