lib/purecloud/models/users_search_response.rb in purecloud-0.52.1 vs lib/purecloud/models/users_search_response.rb in purecloud-0.53.1
- old
+ new
@@ -16,25 +16,34 @@
require 'date'
module PureCloud
class UsersSearchResponse
+ # The total number of results found
attr_accessor :total
+ # The total number of pages
attr_accessor :page_count
+ # The current page size
attr_accessor :page_size
+ # The current page number
attr_accessor :page_number
+ # Q64 value for the previous page of results
attr_accessor :previous_page
+ # Q64 value for the current page of results
attr_accessor :current_page
+ # Q64 value for the next page of results
attr_accessor :next_page
+ # Resource types the search was performed against
attr_accessor :types
+ # Search results
attr_accessor :results
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{