lib/purecloud/models/location_search_request.rb in purecloud-0.52.1 vs lib/purecloud/models/location_search_request.rb in purecloud-0.53.1
- old
+ new
@@ -16,19 +16,25 @@
require 'date'
module PureCloud
class LocationSearchRequest
+ # The sort order for results
attr_accessor :sort_order
+ # The field in the resource that you want to sort the results by
attr_accessor :sort_by
+ # The number of results per page
attr_accessor :page_size
+ # The page of resources you want to retrieve
attr_accessor :page_number
+ # A List of strings containing the resource field paths that you want to return
attr_accessor :return_fields
+ # Provides more details about a specified resource
attr_accessor :expand
attr_accessor :query
# Attribute mapping from ruby-style variable name to JSON key.