# MyDataMyConsent::DataProcessingAgreement

# Properties

Name Type Description Notes
id String Agreement id.
version String Agreement version.
body String Agreement body content.
attachment_url String Agreement attachment file URL.

# Example

require 'mydatamyconsent'

instance = MyDataMyConsent::DataProcessingAgreement.new(
  id: null,
  version: null,
  body: null,
  attachment_url: null
)
1
2
3
4
5
6
7
8
Last Updated: 6/19/2022, 7:27:56 PM