# MyDataMyConsent::CreateDataProcessingAgreement

# Properties

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

# Example

require 'mydatamyconsent'

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