Method: OpenapiClient::PagedListResponseBody#page

Defined in:
lib/openapi_client/models/paged_list_response_body.rb

#pageObject

The current page number of results. For example, if there are 80 results, and the page size is 25, then page could be 1, 2, 3, or 4. The first three pages would contain 25 items each, and the fourth page would contain the five remaining items.



22
23
24
# File 'lib/openapi_client/models/paged_list_response_body.rb', line 22

def page
  @page
end