Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 555 Bytes

File metadata and controls

24 lines (18 loc) · 555 Bytes

MyDataMyConsent::PaginatedListOfDataProcessingAgreements

Properties

Name Type Description Notes
page_no Integer
page_size Integer
total_page Integer
items Array<DataProcessingAgreement>

Example

require 'mydatamyconsent'

instance = MyDataMyConsent::PaginatedListOfDataProcessingAgreements.new(
  page_no: null,
  page_size: null,
  total_page: null,
  items: null
)