# MyDataMyConsent::OrganizationDataConsentRequestDetailsPaginatedList

# Properties

Name Type Description Notes
page_index Integer [optional]
page_size Integer [optional]
total_pages Integer [optional][readonly]
total_items Integer [optional]
items Array<OrganizationDataConsentRequestDetails> [optional]

# Example

require 'mydatamyconsent'

instance = MyDataMyConsent::OrganizationDataConsentRequestDetailsPaginatedList.new(
  page_index: null,
  page_size: null,
  total_pages: null,
  total_items: null,
  items: null
)
1
2
3
4
5
6
7
8
9
Last Updated: 6/19/2022, 7:27:56 PM